SafeHashSet Constructor |
Name | Description | |
---|---|---|
![]() | SafeHashSet() |
Create a new SafeHashSet.
|
![]() | SafeHashSet(ICollection) |
Create and populate a new SafeHashSet with the given
collection of elements.
|
![]() | SafeHashSet(IDictionary) |
Create a new SafeHashSet that uses the specified IDictionary to
store its elements.
|
![]() | SafeHashSet(Int32) |
Create a new SafeHashSet with the specified initial capacity.
|
![]() | SafeHashSet(SerializationInfo, StreamingContext) |
Initializes a new instance of the SafeHashSet class using the
specified
SerializationInfo
and StreamingContext.
|