[This is preliminary documentation and is subject to change.]
Create a new empty Set with a given initial capacity.
| C# |
public Set( int capacity )
- capacity (Int32)
- The initial capacity of the Set.
[This is preliminary documentation and is subject to change.]
| C# |
public Set( int capacity )