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