ValueTypeCollectionT Constructor (ListT) |
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
Syntaxpublic ValueTypeCollection(
List<T> list
)
Public Sub New (
list As List(Of T)
)
public:
ValueTypeCollection(
List<T>^ list
)
Parameters
- list
- Type: System.Collections.GenericListT
[Missing <param name="list"/> documentation for "M:Arction.Wpf.ChartingMVVM.ValueTypeCollection`1.#ctor(System.Collections.Generic.List{`0})"]
See Also