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 | |
---|---|---|
![]() |
SetBuilder() | Initializes a new instance of the SetBuilder class. |
![]() |
SetBuilder(Tuple) | Initializes a new instance of the SetBuilder class, with a given Tuple. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
{dtor}() | Releases all resources used by the SetBuilder. |
![]() |
Add(Tuple) | Adds a Tuple to the set. |
![]() |
Dispose() | Releases all resources used by the SetBuilder. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToSet() | Gets a Set based on the specified Tuple objects. |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of Tuple objects in the set. |
![]() |
Item[Int32] | Gets the specified Tuple object. |
Top