共用方式為


NullableCodec<T>(IFieldCodec<T>) 建構函式

定義

初始化 NullableCodec<T> 類別的新執行個體。

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

參數

fieldCodec
IFieldCodec<T>

欄位編解碼器。

適用於