EditableObjectModelCollection<(Of <(<'TModelType>)>)> Constructor (List<(Of <(<'TModelType>)>)>)

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

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

Syntax


protected EditableObjectModelCollection(
	List<TModelType> list
)
Protected Sub New ( _
	list As List(Of TModelType) _
)

Parameters

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

Remarks


Requires TPropertyTracking have a public constructor that accepts an Object