Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Create and populate a new SafeHashSet with the given collection of elements.

Namespace: Tangosol.Util.Collections
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public SafeHashSet(
	ICollection items
)

Parameters

items
Type: System.Collections..::..ICollection
The collection of elements to populate the set with.

See Also