Class DictionaryKeyAtIndexMetadata
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public sealed class DictionaryKeyAtIndexMetadata : DictionaryIndexMetadata, IAttributeProvider, IList, IDictionary, ICollection, IEnumerable
Constructors
DictionaryKeyAtIndexMetadata(Int32, Metadata)
Declaration
public DictionaryKeyAtIndexMetadata(int index, Metadata parent)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | |
Metadata | parent |
Fields
SubpathPrefix
Declaration
public const string SubpathPrefix = "__keyAt."
Field Value
Type | Description |
---|---|
String |
Properties
rawValue
Declaration
protected override object rawValue { get; set; }
Property Value
Type | Description |
---|---|
Object |
Overrides
Methods
GetDefinedType(Type)
Declaration
protected override Type GetDefinedType(Type dictionaryType)
Parameters
Type | Name | Description |
---|---|---|
Type | dictionaryType |
Returns
Type | Description |
---|---|
Type |