| 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
)
Public Sub Add (
item As T
)
Parameters
- item
- Type: T
Item to add.
Exceptions See Also