Membros TupleCollection
O tipo TupleCollection expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
{dtor} | Releases all resources used by the TupleCollection. | |
Dispose | Releases all resources used by the TupleCollection. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator() () () () | Gets an Enumerator for iterating through the collection. | |
GetEnumerator() () () () | ||
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of Tuple objects in the collection. | |
Item | Gets the specified Tuple from the collection by its index. In Microsoft Visual C#, this property is the indexer for the TupleCollection class. |
Início