Click or drag to resize

SynchronizedCollectionT Constructor

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public SynchronizedCollection(
	ICollection facadeCollection
)

Parameters

facadeCollection
Type: System.Collections.GenericICollectionT

[Missing <param name="facadeCollection"/> documentation for "M:com.espertech.esper.compat.collections.SynchronizedCollection`1.#ctor(System.Collections.Generic.ICollection`1)"]

See Also