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