TupleTypeSpec Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a type function.
public class TupleTypeSpec : Orleans.Serialization.TypeSystem.TypeSpec
type TupleTypeSpec = class
inherit TypeSpec
Public Class TupleTypeSpec
Inherits TypeSpec
- Inheritance
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. |