Click or drag to resize
CombinedObjectCollectionCollectionType, ObjectTypeAdd Method
Adds the collection to the combined collection.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public void Add(
	CollectionType collection
)

Parameters

collection
Type: CollectionType
Collection to add
See Also