Adds an objects to the end of the list.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax public void Add(
params T[] items
)
Parameters
- items
- Type: T
The objects to be added to the end of the list. The value can be null for reference types.
See Also