| ModelCollectionTAddRange Method |
Adds the elements of the specified collection to the end of the list.
Namespace:
Dynamicweb.Analytics.Model
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public void AddRange(
IEnumerable<T> elementsCollection
)
Public Sub AddRange (
elementsCollection As IEnumerable(Of T)
)
Parameters
- elementsCollection
- Type: System.Collections.GenericIEnumerableT
Elements to add.
Exceptions See Also