EAPCollectionBaseRemoveRange 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 RemoveRange(
int index,
int count
)
Public Sub RemoveRange (
index As Integer,
count As Integer
)
Parameters
- index
- Type: SystemInt32
The index of the first item to remove. - count
- Type: SystemInt32
The number of items to remove.
See Also