IFieldUtils.GetValueSetter(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 set the value of this field for an instance.
public Delegate GetValueSetter (System.Reflection.FieldInfo field);
abstract member GetValueSetter : System.Reflection.FieldInfo -> Delegate
Public Function GetValueSetter (field As FieldInfo) As Delegate
Parameters
- field
- FieldInfo
Returns
A delegate to set the value of this field for an instance.