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
collectionSystem.Collections.Generic.IEnumerable<T>

See also