Click or drag to resize

ObservableListT(IEnumerableT) Constructor

Initializes a new instance of the ObservableListT class

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

Parameters

collection  IEnumerableT

[Missing <param name="collection"/> documentation for "M:Altaxo.Collections.ObservableList`1.#ctor(System.Collections.Generic.IEnumerable{`0})"]

See Also