Click or drag to resize

SynchronizedListT Constructor

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public SynchronizedList(
	IList _subList
)

Parameters

_subList
Type: System.Collections.GenericIListT

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

See Also