Edit

Share via


IFieldUtils.GetValueSetter(FieldInfo) Method

Definition

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.

Applies to