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

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

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

Syntax


protected AbstractModelCollection(
	IEnumerable<T> collection
)
Protected Sub New ( _
	collection As IEnumerable(Of T) _
)

Parameters

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