Delegate MemberSetter<V>
Represents static property or field setter.
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public delegate void MemberSetter<in V>(V value);
Parameters
| Type | Name | Description |
|---|---|---|
| V | value | The new value of the property or field. |
Type Parameters
| Name | Description |
|---|---|
| V | Type of the property of field. |