Show / Hide Table of Contents

Interface IFieldUtils

Namespace: Orleans.Serialization
Assembly: Orleans.Core.Abstractions.dll
Syntax
public interface IFieldUtils

Methods

| Improve this Doc View Source

GetGetter(FieldInfo)

Returns a delegate to get the value of a specified field.

Declaration
Delegate GetGetter(FieldInfo field)
Parameters
Type Name Description
FieldInfo field
Returns
Type Description
Delegate

A delegate to get the value of a specified field.

| Improve this Doc View Source

GetReferenceSetter(FieldInfo)

Returns a delegate to set the value of this field for an instance.

Declaration
Delegate GetReferenceSetter(FieldInfo field)
Parameters
Type Name Description
FieldInfo field
Returns
Type Description
Delegate

A delegate to set the value of this field for an instance.

| Improve this Doc View Source

GetValueSetter(FieldInfo)

Returns a delegate to set the value of this field for an instance.

Declaration
Delegate GetValueSetter(FieldInfo field)
Parameters
Type Name Description
FieldInfo field
Returns
Type Description
Delegate

A delegate to set the value of this field for an instance.

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX