This method must be overridden by the derived class to remove the
item at the given index.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic abstract void RemoveAt(
int index
)
public:
virtual void RemoveAt(
int index
) abstract
Parameters
- index
- Type: SystemInt32
The index in the list to remove the item at. The
first item in the list has index 0.
Implements
IListTRemoveAt(Int32)
Exceptions
See Also