Элементы Tuple
Represents an ordered collection of members from different hierarchies.
Тип Tuple предоставляет доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
Equals | Determines whether two instances of System..::..Object are equal. (Перезаписывает Object. . :: . .Equals(Object).) | |
Finalize | (Наследуется из Object.) | |
GetHashCode | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Перезаписывает Object. . :: . .GetHashCode() () () ().) | |
GetType | (Наследуется из Object.) | |
MemberwiseClone | (Наследуется из Object.) | |
ToString | (Наследуется из Object.) |
В начало
Операторы
Имя | Описание | |
---|---|---|
Equality | Determines whether two specified instances of Tuple are equal. | |
Inequality | Determines whether two specified instances of Tuple are not equal. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Members | Gets an instance of the MemberCollection class from the Tuple. | |
TupleOrdinal | Gets the ordinal position of the Tuple. |
В начало