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
)
Public Sub Insert (
index As Integer,
value As Object
)
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