You are here: Start » AVL.NET » SafeList<T>.AddRange Method
SafeList<T>.AddRange Method
Adds a range of elements to the end of the SafeList<T>. Takes the responsibility for disposing the specific objects.
| Namespace: | AvlNet | 
|---|---|
| Assembly: | AVL.NET.TS.dll | 
Syntax
public void AddRange ( IEnumerable<T> items )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| items | System.Collections.Generic.IEnumerable<T> | 
