Click or drag to resize

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
)

Parameters

elementsCollection
Type: System.Collections.GenericIEnumerableT
Elements to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionelementsCollection is null.
See Also