FieldUtils Class
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 class FieldUtils : Orleans.Serialization.IFieldUtils
type FieldUtils = class
interface IFieldUtils
Public Class FieldUtils
Implements IFieldUtils
- Inheritance
-
FieldUtils
- Implements
Constructors
FieldUtils() |
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. |