ConcurrentListTInsert Method |
Inserts an element into the list at the specified index.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual 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. The value can be null for reference types.
Implements
IListTInsert(Int32, T)See Also