Set Members
Represents an ordered collection of zero or more tuples.
The following tables list the members exposed by the Set type.
Public Properties
Name | Description | |
---|---|---|
Hierarchies | Gets a reference to the HierarchyCollection collection referenced by the Set. | |
Tuples | Gets a reference to the TupleCollection collection referenced by the Set. |
Nach oben
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
{dtor} | Releases all resources used by the Set. | |
Dispose | Releases all resources used by the Set. | |
Equals | Overloaded. (inherited from Object ) | |
GetEnumerator | Gets an instance of the Enumerator class for iterating through the collection. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Nach oben
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Nach oben
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Nach oben