Click or drag to resize

ChainedArrayListT Constructor (IEnumerable, Void)

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public ChainedArrayList(
	IEnumerable source,
	void chainLength
)

Parameters

source
Type: System.Collections.GenericIEnumerableT

[Missing <param name="source"/> documentation for "M:com.espertech.esper.compat.collections.ChainedArrayList`1.#ctor(System.Collections.Generic.IEnumerable`1,System.Void)"]

chainLength
Type: SystemVoid

[Missing <param name="chainLength"/> documentation for "M:com.espertech.esper.compat.collections.ChainedArrayList`1.#ctor(System.Collections.Generic.IEnumerable`1,System.Void)"]

See Also