 | SubListTRemoveAt Method |
Removes the
IListT item at the specified index.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic void RemoveAt(
int index
)
Parameters
- index
- Type: SystemInt32
The zero-based index of the item to remove.
Exceptions
See Also