Set Members
Include Protected Members
Include Inherited Members
Represents an ordered collection of zero or more tuples.
The Set type exposes the following members.
Methods
Name | Description | |
---|---|---|
{dtor}() | Releases all resources used by the Set. | |
Dispose() | Releases all resources used by the Set. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetEnumerator() | Gets an instance of the Enumerator class for iterating through the collection. | |
GetEnumerator() | ||
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
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. |
Top