Click or drag to resize

ObservableListT(IEnumerableT) Constructor

Initializes a new instance of the ObservableListT class with the specified collection.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ObservableList(
	IEnumerable<T> collection
)

Parameters

collection  IEnumerableT
The collection whose elements are copied to the new list.
See Also