GetGetter(Type, string)
static
public static Delegate GetGetter(Type declaringType, string fieldName) Returns a delegate to get the value of a specified field.
Parameters
declaringTypeTypefieldNamestring
Returns
A delegate to get the value of a specified field.
