FieldAccessor
class
Namespace: Orleans.Serialization.Utilities
Functionality for accessing fields.
public static class FieldAccessorMethods
GetGetter(Type, string)Returns a delegate to get the value of a specified field.GetReferenceSetter(Type, string)Returns a delegate to set the value of this field for an instance.GetValueGetter(Type, string)Returns a delegate to get the value of a specified field.GetValueSetter(Type, string)Returns a delegate to set the value of this field for an instance.
