Click or drag to resize

ModelCollectionTAdd Method

Adds new item to the end of the list.

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public void Add(
	T item
)

Parameters

item
Type: T
Item to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
See Also