Class IndexerMetadata
Inheritance
object
IndexerMetadata
Implements
IList
IDictionary
Assembly: solution.dll
public sealed class IndexerMetadata : Metadata, IAttributeProvider, IList, IDictionary
Constructors
Declaration
public IndexerMetadata(object indexer, Metadata parent)
Parameters
| Type |
Name |
Description |
| object |
indexer |
|
| Metadata |
parent |
|
Properties
Declaration
public object indexer { get; }
Property Value
Declaration
public PropertyInfo indexerProperty { get; }
Property Value
| Type |
Description |
| PropertyInfo |
|
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 OnParentValueChange(object previousValue)
Parameters
| Type |
Name |
Description |
| object |
previousValue |
|
Overrides
Implements
IList
IDictionary
Extension Methods