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>

フィールド コーデック。

適用対象