Click or drag to resize

SynchronizedSetT Constructor

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public SynchronizedSet(
	ISet<T> facadeSet
)

Parameters

facadeSet
Type: System.Collections.GenericISetT
The facade set.
See Also