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