Method Delete
Delete(int)
Deletes the item at the specified index.
void Delete(int n)
Parameters
nintZero-based index of the item to delete.
Deletes the item at the specified index.
void Delete(int n)
n intZero-based index of the item to delete.