Edit

Share via


TupleTypeSpec(TypeSpec[], Int32) Constructor

Definition

Initializes a new instance of the TupleTypeSpec class.

public TupleTypeSpec (Orleans.Serialization.TypeSystem.TypeSpec[] elements, int arity);
new Orleans.Serialization.TypeSystem.TupleTypeSpec : Orleans.Serialization.TypeSystem.TypeSpec[] * int -> Orleans.Serialization.TypeSystem.TupleTypeSpec
Public Sub New (elements As TypeSpec(), arity As Integer)

Parameters

elements
TypeSpec[]

The tuple elements.

arity
Int32

The number of generic type parameters which the type accepts.

Applies to