Поделиться через


Элементы TupleCollection

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

Тип TupleCollection предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the TupleCollection.
Открытый метод Dispose Releases all resources used by the TupleCollection.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetEnumerator() () () () Gets an Enumerator for iterating through the collection.
Защищенный метод GetEnumerator() () () ()
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало