Freigeben über


NullableCodec<T>(IFieldCodec<T>) Konstruktor

Definition

Initialisiert eine neue Instanz der NullableCodec<T>-Klasse.

public NullableCodec (Orleans.Serialization.Codecs.IFieldCodec<T> fieldCodec);
new Orleans.Serialization.Codecs.NullableCodec<'T (requires 'T : struct)> : Orleans.Serialization.Codecs.IFieldCodec<'T (requires 'T : struct)> -> Orleans.Serialization.Codecs.NullableCodec<'T (requires 'T : struct)>
Public Sub New (fieldCodec As IFieldCodec(Of T))

Parameter

fieldCodec
IFieldCodec<T>

Der Feldcodec.

Gilt für: