EAPCollectionBaseRemoveAt Method |
Removes the element 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 RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
Parameters
- index
- Type: SystemInt32
The 0-based index of the item to remove.
Implements
IListRemoveAt(Int32)See Also