Click or drag to resize

EAPCollectionBaseInsert Method

Inserts an element into the internal ArrayList at the specified index

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Insert(
	int index,
	Object value
)

Parameters

index
Type: SystemInt32
The zero-based index at which value should be inserted.
value
Type: SystemObject
The Object to insert. The value must be of the type supplied to the ctor

Implements

IListInsert(Int32, Object)
See Also