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

定義

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

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

パラメーター

fieldCodec
IFieldCodec<T>

フィールド コーデック。

適用対象