int DeleteAt(
int index,
int nCount = 1)
Parameters
index
Index item to be deleted.
nCount
The number of items to delete, including the one at the given index.
Comments
Returns the number of elements left in the array. Deletes items starting at the specified index.