You are here: Start » AVL.NET » SafeList<T>.Release Method
SafeList<T>.Release Method
Removes without disposing the element at the specified index of the SafeList<T>.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public T Release ( int index )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | index | int | Index of the element to be removed without disposing. |

