Class IndexAccessor
Inherited Members
Namespace: Ludiq
Syntax
public sealed class IndexAccessor : Accessor, IAttributeProvider, IList, IDictionary, ICollection, IEnumerable, IObservableDisposable, IDisposable
Constructors
IndexAccessor(Int32, Accessor)
Declaration
public IndexAccessor(int index, Accessor parent)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | |
| Accessor | parent |
Properties
index
Declaration
public int index { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
mode
Declaration
public IndexAccessor.Mode mode { get; }
Property Value
| Type | Description |
|---|---|
| IndexAccessor.Mode |
rawValue
Declaration
protected override object rawValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Object |
Overrides
Methods
GetCustomAttributes(Boolean)
Declaration
public override Attribute[] GetCustomAttributes(bool inherit = true)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | inherit |
Returns
| Type | Description |
|---|---|
| Attribute[] |
Overrides
OnParentValueTypeChange(Type)
Declaration
protected override void OnParentValueTypeChange(Type previousType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | previousType |