ObservableCollectionExtended<(Of <(<'T>)>)> Constructor (IEnumerable<(Of <(<'T>)>)>)

Initializes a new instance of the ObservableCollectionExtended class that contains elements copied from the specified collection.

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

Syntax


public ObservableCollectionExtended(
	IEnumerable<T> collection
)
Public Sub New ( _
	collection As IEnumerable(Of T) _
)

Parameters

collection
Type: IEnumerable<(Of <(<'T>)>)>