Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

Overload List

  NameDescription
Public methodHashSet()()()()
Create a new HashSet.
Public methodHashSet(ICollection)
Create and populate a new HashSet with the given collection of elements.
Protected methodHashSet(IDictionary)
Create a new HashSet that uses the specified IDictionary to store its elements.
Public methodHashSet(Int32)
Create a new HashSet with the specified initial capacity.
Protected methodHashSet(SerializationInfo, StreamingContext)
Initializes a new instance of the HashSet class using the specified SerializationInfo and StreamingContext.

See Also