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