Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Overload List

  NameDescription
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.

See Also