ObjectCollectionTObjectRemove Method (TObject) |
Removes the specified object from the collection.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public virtual void Remove(
params TObject[] objects
)
Parameters
- objects
- Type: TObject
Object to remove
See Also