SetT Constructor |
Name | Description | |
---|---|---|
SetT |
Initializes a new Set.
| |
SetT(IEnumerableT) |
Initializes a new Set that includes the values from the enumerable provided.
| |
SetT(Int32) |
Initializes a new Set and sets the backing dictionary to have the specified size to start with.
|