FieldUtils Class

Definition

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.

Applies to