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
Public method {dtor}() Releases all resources used by the Set.
Public method Dispose() Releases all resources used by the Set.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator() Gets an instance of the Enumerator class for iterating through the collection.
Protected method GetEnumerator()
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Hierarchies Gets a reference to the HierarchyCollection collection referenced by the Set.
Public property Tuples Gets a reference to the TupleCollection collection referenced by the Set.

Top