SetBuilder Members

Include Protected Members
Include Inherited Members

Provides the functionality to create immutable sets.

The SetBuilder type exposes the following members.

Constructors

  Name Description
Public method SetBuilder() Initializes a new instance of the SetBuilder class.
Public method SetBuilder(Tuple) Initializes a new instance of the SetBuilder class, with a given Tuple.

Top

Methods

  Name Description
Public method {dtor}() Releases all resources used by the SetBuilder.
Public method Add(Tuple) Adds a Tuple to the set.
Public method Dispose() Releases all resources used by the SetBuilder.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToSet() Gets a Set based on the specified Tuple objects.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Count Gets the number of Tuple objects in the set.
Public property Item[Int32] Gets the specified Tuple object.

Top