TupleBuilder Members

Include Protected Members
Include Inherited Members

Provides the functionality to create immutable tuples.

The TupleBuilder type exposes the following members.

Constructors

  Name Description
Public method TupleBuilder() Initializes a new instance of the TupleBuilder class.
Public method TupleBuilder(Member) Initializes a new instance of the TupleBuilder class with a given Member.

Top

Methods

  Name Description
Public method {dtor}() Releases all resources used by the TupleBuilder.
Public method Add(Member) Adds a Member to the tuple.
Public method Dispose() Releases all resources used by the TupleBuilder.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)
Public method ToTuple() Gets a Tuple based on the specified Member objects.

Top

Properties

  Name Description
Public property Count Gets the number of Member objects in the tuple.
Public property Item[Int32] Gets the specified Member object.

Top