Set-Member
Represents an ordered collection of zero or more tuples.
Der Set-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, suitable 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 Set are equal. | |
Inequality | Determines whether two specified instances of Set are not equal. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Hierarchies | Gets a reference to the HierarchyCollection collection referenced by the Set. | |
Tuples | Gets a reference to the TupleCollection collection referenced by the Set. |
Zum Anfang