You are here: Start » SafeList<T> Constructor

SafeList<T> Constructor

Namespace:AvlNet
Assembly:Avl.Net.TS.dll

Syntax

public SafeList
(
	IEnumerable<T> collection
)

Parameters

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

See also