Click or drag to resize

ValueTypeCollectionT Constructor (IEnumerableT)

LightningChart .NET Help
Creates and initializes a new instance of this class.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public ValueTypeCollection(
	IEnumerable<T> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableT

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

See Also