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