Click or drag to resize

SafeHashSet Constructor

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodSafeHashSet()
Create a new SafeHashSet.
Public methodSafeHashSet(ICollection)
Create and populate a new SafeHashSet with the given collection of elements.
Protected methodSafeHashSet(IDictionary)
Create a new SafeHashSet that uses the specified IDictionary to store its elements.
Public methodSafeHashSet(Int32)
Create a new SafeHashSet with the specified initial capacity.
Protected methodSafeHashSet(SerializationInfo, StreamingContext)
Initializes a new instance of the SafeHashSet class using the specified SerializationInfo and StreamingContext.
Top
See Also