Click or drag to resize
CMSListTAdd Method (T)
Adds an object to the end of the list.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public void Add(
	T item
)

Parameters

item
Type: T
The object to be added to the end of the list. The value can be null for reference types.
See Also