Edytuj

Udostępnij za pośrednictwem


TupleCodec<T>(IFieldCodec<T>) Constructor

Definition

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

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

Parameters

valueCodec
IFieldCodec<T>

The value codec.

Applies to