Düzenle

Aracılığıyla paylaş


ValueTupleCodec<T>(IFieldCodec<T>) Constructor

Definition

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

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

Parameters

valueCodec
IFieldCodec<T>

The value codec.

Applies to