FieldUtils.GetGetter(FieldInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a delegate to get the value of a specified field.
public Delegate GetGetter (System.Reflection.FieldInfo field);
abstract member GetGetter : System.Reflection.FieldInfo -> Delegate
override this.GetGetter : System.Reflection.FieldInfo -> Delegate
Public Function GetGetter (field As FieldInfo) As Delegate
Parameters
- field
- FieldInfo
Returns
A delegate to get the value of a specified field.