You are here: Start » FIL.NET » SafeList<T> Constructor

SafeList<T> Constructor

Creates the SafeList<T> populated with specified collection. Takes responsibility for disposing all specified elements.

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

public SafeList
(
	IEnumerable<T> collection
)

Parameters

Name Type Range Default Description
collectionSystem.Collections.Generic.IEnumerable<T>

See also