RhinoListTRemoveAt Method |
Removes the element at the specified index of the List.
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to remove.
Implements
IListTRemoveAt(Int32)IListRemoveAt(Int32)
See Also