CastedListTFrom, TToInsert Method
Inserts an item to the
IListT at the specified index.
Namespace: QuickAdmin.UtilsAssembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
public void Insert(
int index,
TTo item
)
- index int
- The zero-based index at which item should be inserted.
- item TTo
- The object to insert into the IListT.
IListTInsert(int, T)