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