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