共用方式為


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>

欄位編解碼器。

適用於