 | SubListTInsert Method |
Inserts an item to the
IListT at the specified index.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic void Insert(
int index,
T item
)
Parameters
- index
- Type: SystemInt32
The zero-based index at which item should be inserted. - item
- Type: T
The object to insert into the IListT.
Exceptions
See Also