![]() | ReadOnlyCollectionTRemoveAt Method |
Namespace: com.espertech.esper.compat.collections
public void RemoveAt( int index )
Exception | Condition |
---|---|
NotSupportedException | The IListT is read-only. |
ArgumentOutOfRangeException | index is not a valid index in the IListT. |