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