Creates an empty HashSet with the specified initial capacity and using the default load factor, the default hash code provider and the default comparer.
[Visual Basic]
Overloads Public Sub New( _
ByVal initialCapacity As Integer _
)
Exception Type | Condition |
---|---|
System.ArgumentOutOfRangeException | capacity is less than zero. |
HashSet Class | HashSet Members | Foley.Utilities.Collections Namespace | HashSet Constructor Overload List