Click or drag to resize

SynchronizedListTInsert Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.SynchronizedList`1.Insert(System.Int32,`0)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void Insert(
	int index,
	T item
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:com.espertech.esper.compat.collections.SynchronizedList`1.Insert(System.Int32,`0)"]

item
Type: T

[Missing <param name="item"/> documentation for "M:com.espertech.esper.compat.collections.SynchronizedList`1.Insert(System.Int32,`0)"]

See Also