ChildObjectCollectionT Constructor (IEnumerableT) |
LightningChart .NET Help
Creates and initializes a new instance of ChildObjectCollection
class that contains the same elements as the specified collection.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic ChildObjectCollection(
IEnumerable<T> collection
)
Public Sub New (
collection As IEnumerable(Of T)
)
public:
ChildObjectCollection(
IEnumerable<T>^ collection
)
Parameters
- collection
- Type: System.Collections.GenericIEnumerableT
[Missing <param name="collection"/> documentation for "M:Arction.Wpf.ChartingMVVM.ChildObjectCollection`1.#ctor(System.Collections.Generic.IEnumerable{`0})"]
See Also