ModelCollection<(Of <(<'T>)>)> Constructor (List<(Of <(<'T>)>)>)

Creates a model collection using the default property bag implementation..

Namespace:  Tortuga.Anchor.Modeling
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


protected ModelCollection(
	List<T> list
)
Protected Sub New ( _
	list As List(Of T) _
)

Parameters

list
Type: List<(Of <(<'T>)>)>
The list from which the elements are copied.