Method RemoveAt
RemoveAt(int)
Removes item at the specified index.
public void RemoveAt(int index)
Parameters
indexintSpecifies index of item to remove.
Removes item at the specified index.
public void RemoveAt(int index)
index intSpecifies index of item to remove.