ChildObjectCollectionTToList Method |
LightningChart .NET Help
Creates a generic list from this collection.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
SyntaxPublic Function ToList As List(Of T)
public:
List<T>^ ToList()
Return Value
Type:
ListTA generic list that contains the elements from this collection.
See Also