ChildObjectCollectionTAddRange Method |
LightningChart .NET Help
Adds the elements of the specified collection to the end of this collection.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic void AddRange(
IList<T> collection
)
Public Sub AddRange (
collection As IList(Of T)
)
public:
void AddRange(
IList<T>^ collection
)
Parameters
- collection
- Type: System.Collections.GenericIListT
The collection whose elements should be added to the end of this collection.
See Also