ObservableListT(IEnumerableT) Constructor |
Initializes a new instance of the
ObservableListT class with the specified collection.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic ObservableList(
IEnumerable<T> collection
)
Parameters
- collection IEnumerableT
- The collection whose elements are copied to the new list.
See Also