Partager via


Membres TupleCollection

Gets a read-only collection of Tuple objects contained by a Set.

Le type TupleCollection expose les membres suivants.

Méthodes

  Nom Description
Méthode publique {dtor} Releases all resources used by the TupleCollection.
Méthode publique Dispose Releases all resources used by the TupleCollection.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetEnumerator() () () () Gets an Enumerator for iterating through the collection.
Méthode protégée GetEnumerator() () () ()
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of Tuple objects in the collection.
Propriété publique Item Gets the specified Tuple from the collection by its index. In Microsoft Visual C#, this property is the indexer for the TupleCollection class.

Haut de la page