You are here: Start » FIL.NET » SafeListExtensions.ToSafeList Method

SafeListExtensions.ToSafeList Method

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

Syntax

public static SafeList&lt;T&gt; ToSafeList<T>
(
	IEnumerable<T> collection
)

Parameters

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

See also