Edit

Share via


TupleTypeSpec Class

Definition

Represents a type function.

public class TupleTypeSpec : Orleans.Serialization.TypeSystem.TypeSpec
type TupleTypeSpec = class
    inherit TypeSpec
Public Class TupleTypeSpec
Inherits TypeSpec
Inheritance
TupleTypeSpec

Constructors

TupleTypeSpec(TypeSpec[], Int32)

Initializes a new instance of the TupleTypeSpec class.

Properties

Arity

Gets the number of generic parameters which this type requires.

Elements

Gets the tuple elements.

Methods

Format()

Formats this instance in a way that can be parsed by RuntimeTypeNameParser.

ToString()

Returns a string that represents the current object.

Applies to