Click or drag to resize
ObservableCollectionT Constructor (IEnumerableT)
Initializes a new instance of ObservableCollection and copy the collection 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(
	IEnumerable<T> collection
)

Parameters

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