[This is preliminary documentation and is subject to change.]
Removes the object at a particular position in the collection.
| C# |
public void RemoveAt( int index )
- index (Int32)
- The position in the list of the object to remove.
This works differently, depending on whether or not the collection is ordered. In ordered collections, the Order property in all subsequent objects in the collection is decremented by 1.