SafelyCastedList<TFrom, TTo>.Insert Method
Inserts an item to the
IList<T> at the specified index.
Namespace: QuickAdmin.UtilsAssembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
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 IList<T>.
IList<T>.Insert(int, T)