Edit

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

Name Description
TupleTypeSpec(TypeSpec[], Int32)

Initializes a new instance of the TupleTypeSpec class.

Properties

Name Description
Arity

Gets the number of generic parameters which this type requires.

Elements

Gets the tuple elements.

Methods

Name Description
Format()

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

ToString()

Returns a string that represents the current object.

Applies to