You are here: Start » AVL.NET » SafeList<T> Constructor
SafeList<T> Constructor
Creates the SafeList<T> populated with specified collection. Takes responsibility for disposing all specified elements.
| Namespace: | AvlNet | 
|---|---|
| Assembly: | AVL.NET.TS.dll | 
Syntax
public SafeList
(
	IEnumerable<T> collection
)
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| collection | System.Collections.Generic.IEnumerable<T> | 
