Tuple-Member
Represents an ordered collection of members from different hierarchies.
Der Tuple-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Equals | Determines whether two instances of System..::..Object are equal. (Überschreibt Object. . :: . .Equals(Object).) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Überschreibt Object. . :: . .GetHashCode() () () ().) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Operatoren
Name | Beschreibung | |
---|---|---|
Equality | Determines whether two specified instances of Tuple are equal. | |
Inequality | Determines whether two specified instances of Tuple are not equal. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Members | Gets an instance of the MemberCollection class from the Tuple. | |
TupleOrdinal | Gets the ordinal position of the Tuple. |
Zum Anfang