You are here: Start » SafeListExtensions.ToSafeList Method

SafeListExtensions.ToSafeList Method

Namespace:AvlNet
Assembly:Avl.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