Düzenle

Aracılığıyla paylaş


ListCodec<T>(IFieldCodec<T>) Constructor

Definition

Initializes a new instance of the ListCodec<T> class.

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

Parameters

fieldCodec
IFieldCodec<T>

The field codec.

Applies to