Delegate MemberGetter<TValue>
Represents static property or field value getter.
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public delegate TValue MemberGetter<out TValue>();
Returns
| Type | Description |
|---|---|
| TValue | The value of the property of field. |
Type Parameters
| Name | Description |
|---|---|
| TValue | Type of the property of field. |