Show / Hide Table of Contents

Delegate ValueTypeSetter<TDeclaring, TField>

The delegate used to set fields in value types.

Namespace: Orleans.Serialization
Assembly: Orleans.Core.Abstractions.dll
Syntax
public delegate void ValueTypeSetter<TDeclaring, in TField>(ref TDeclaring instance, TField value);
Parameters
Type Name Description
TDeclaring instance

The instance having its field set.

TField value

The value being set.

Type Parameters
Name Description
TDeclaring

The declaring type of the field.

TField

The field type.

Extension Methods

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