You are here: Start » FIL.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: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Syntax
public virtual void Insert ( int index, T item )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | index | int | |||
item | T |