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

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

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

Syntax


public ObservableCollectionExtended(
	List<T> list
)
Public Sub New ( _
	list As List(Of T) _
)

Parameters

list
Type: List<(Of <(<'T>)>)>