Method RemoveAt
RemoveAt(int)
When implemented by a class, removes item at the specified index.
void RemoveAt(int index)
Parameters
indexintSpecifies index of item to remove.
When implemented by a class, removes item at the specified index.
void RemoveAt(int index)
index intSpecifies index of item to remove.