Click or drag to resize
ObservableCollectionT Constructor (ListT)
Initializes a new instance of ObservableCollection and copy the list given as a parameter in it.

Namespace: System.Collections.ObjectModel
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public ObservableCollection(
	List<T> list
)

Parameters

list
Type: System.Collections.GenericListT
The list to copy in the new instance of ObservableCollection.
See Also