You are here: Start » 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