Düzenle

Aracılığıyla paylaş


NullableCodec<T>(IFieldCodec<T>) Constructor

Definition

Initializes a new instance of the NullableCodec<T> class.

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))

Parameters

fieldCodec
IFieldCodec<T>

The field codec.

Applies to