You are here: Start » AVL.NET » SafeList<T>.Insert Method
SafeList<T>.Insert Method
Inserts an element into the SafeList<T> at the specific index and takes the responsibility for disposing it.
| Namespace: | AvlNet | 
|---|---|
| Assembly: | AVL.NET.TS.dll | 
Syntax
public virtual void Insert ( int index, T item )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | index | int | |||
| item | T | 

