SortedHashSet Constructor |
Name | Description | |
---|---|---|
![]() | SortedHashSet |
Create a new SortedHashSet.
|
![]() | SortedHashSet(ICollection) |
Create and populate a new SortedHashSet with the given collection
of elements.
|
![]() | SortedHashSet(IComparer) |
Create a new SortedHashSet with the specified IComparer |
![]() | SortedHashSet(Int32) |
Create a new SortedHashSet with the specified initial capacity.
|
![]() | SortedHashSet(SerializationInfo, StreamingContext) |
Initializes a new instance of the SortedHashSet class
using the specified
SerializationInfo
and StreamingContext.
|