IFieldUtils Interface

Definition

public interface IFieldUtils
type IFieldUtils = interface
Public Interface IFieldUtils
Derived

Methods

GetGetter(FieldInfo)

Returns a delegate to get the value of a specified field.

GetReferenceSetter(FieldInfo)

Returns a delegate to set the value of this field for an instance.

GetValueSetter(FieldInfo)

Returns a delegate to set the value of this field for an instance.

Applies to