ObservableCollectionT Constructor (ListT) |
Initializes a new instance of ObservableCollection and copy the list given as a parameter in it.
Namespace: System.Collections.ObjectModelAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public ObservableCollection(
List<T> list
)
Parameters
- list
- Type: System.Collections.GenericListT
The list to copy in the new instance of ObservableCollection.
See Also