AbstractModelCollection<(Of <(<'T, TPropertyTracking>)>)> Constructor (List<(Of <(<'T>)>)>)

Creates a model by auto-constructing the property bag defined by TPropertyTracking and populates it using the supplied list

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

Syntax


protected AbstractModelCollection(
	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.