ObjectCollectionTObjectAdd Method (TObject) |
Adds new object to the collection.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public virtual void Add(
params TObject[] objects
)
Parameters
- objects
- Type: TObject
Object to add
See Also