Delegate Indexer<A, V>.Getter
Represents property getter.
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public delegate V Getter(in A index);
Parameters
| Type | Name | Description |
|---|---|---|
| A | index | Index values for indexed properties. |
Returns
| Type | Description |
|---|---|
| V | The property value. |