ModelCollection<(Of <(<'T>)>)> Constructor (IEnumerable<(Of <(<'T>)>)>)
Creates a model collection using the default property bag implementation..
Namespace:
Tortuga.Anchor.ModelingAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
protected ModelCollection( 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.