You are here: Start » DisposableList<T> Constructor

DisposableList<T> Constructor

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public DisposableList
(
	IEnumerable<T> collection
)

Parameters

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

See also