You are here: Start » AVL.NET » DisposableList<T> Constructor
DisposableList<T> Constructor
Namespace: | Avl |
---|---|
Assembly: | AvlNet.Types.dll |
Syntax
public DisposableList
(
IEnumerable<T> collection
)
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
collection | System.Collections.Generic.IEnumerable<T> |