TupleCollection Members
Include Protected Members
Include Inherited Members
The TupleCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
{dtor}() | Releases all resources used by the TupleCollection. |
![]() |
Dispose() | Releases all resources used by the TupleCollection. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetEnumerator() | Gets an Enumerator for iterating through the collection. |
![]() |
GetEnumerator() | |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of Tuple objects in the collection. |
![]() |
Item[Int32] | Gets the specified Tuple from the collection by its index. In Microsoft Visual C#, this property is the indexer for the TupleCollection class. |
Top