Class IndexerMetadata
Inheritance
IndexerMetadata
Assembly: Unity.VisualScripting.Core.Editor.dll
public sealed class IndexerMetadata : Metadata, IAttributeProvider, IList, IDictionary, ICollection, IEnumerable
Constructors
Declaration
public IndexerMetadata(object indexer, Metadata parent)
Parameters
Properties
Declaration
public object indexer { get; }
Property Value
Declaration
public PropertyInfo indexerProperty { get; }
Property Value
Declaration
protected override object rawValue { get; set; }
Property Value
Overrides
Methods
Declaration
public override Attribute[] GetCustomAttributes(bool inherit = true)
Parameters
Type |
Name |
Description |
bool |
inherit |
|
Returns
Overrides
Declaration
protected override void OnParentValueChange(object previousValue)
Parameters
Type |
Name |
Description |
object |
previousValue |
|
Overrides
Implements
Extension Methods