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