Class DictionaryKeyAtIndexAccessor
Inherited Members
Namespace: Ludiq
Syntax
public sealed class DictionaryKeyAtIndexAccessor : DictionaryIndexAccessor, IAttributeProvider, IList, IDictionary, ICollection, IEnumerable, IObservableDisposable, IDisposable
  Constructors
DictionaryKeyAtIndexAccessor(Int32, Accessor)
Declaration
public DictionaryKeyAtIndexAccessor(int index, Accessor parent)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | index | |
| Accessor | 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 |