Represents a collection of unique elements with no particular ordering.
The following tables list the members exposed by the Set type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the Set class. |
Name | Description | |
---|---|---|
![]() |
Adds the specified value to the set. |
|
![]() |
Determines whether the set contains a specific value. |
|
![]() |
Calls a defined callback function for each entry in the set. |
|
![]() |
Removes the specified element from the set. |