Click or drag to resize

SubListT Constructor

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public SubList(
	IList parent,
	void fromIndex,
	T toIndex
)

Parameters

parent
Type: System.Collections.GenericIListT

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

fromIndex
Type: SystemVoid

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

toIndex
Type: T

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

See Also