Tuple Miembros
Represents an ordered collection of members from different hierarchies.
El tipo Tuple expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Equals | Determines whether two instances of System..::..Object are equal. (Invalida Object. . :: . .Equals(Object).) | |
Finalize | (Se hereda de Object). | |
GetHashCode | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Invalida Object. . :: . .GetHashCode() () () ().) | |
GetType | (Se hereda de Object). | |
MemberwiseClone | (Se hereda de Object). | |
ToString | (Se hereda de Object). |
Principio
Operadores
Nombre | Descripción | |
---|---|---|
Equality | Determines whether two specified instances of Tuple are equal. | |
Inequality | Determines whether two specified instances of Tuple are not equal. |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
Members | Gets an instance of the MemberCollection class from the Tuple. | |
TupleOrdinal | Gets the ordinal position of the Tuple. |
Principio