CollectionCodec<T>(IFieldCodec<T>) コンストラクター

定義

CollectionCodec<T> クラスの新しいインスタンスを初期化します。

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

パラメーター

fieldCodec
IFieldCodec<T>

フィールド コーデック。

適用対象