IFieldUtils Interface
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.
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. |