Class IndexMetadata
Inheritance
object
IndexMetadata
Implements
IList
IDictionary
Assembly: solution.dll
public sealed class IndexMetadata : Metadata, IAttributeProvider, IList, IDictionary
Constructors
Declaration
public IndexMetadata(int index, Metadata parent)
Parameters
Properties
Declaration
public int index { get; }
Property Value
Declaration
public IndexMetadata.Mode mode { 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
| Type |
Description |
| Attribute[] |
|
Overrides
Declaration
protected override void OnParentValueTypeChange(Type previousType)
Parameters
| Type |
Name |
Description |
| Type |
previousType |
|
Overrides
Implements
IList
IDictionary
Extension Methods