Click or drag to resize

HashSet Constructor

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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.
Top
See Also