InfoObjectCollection<TInfo>.Remove Method (TInfo[]) |
Removes the specified object from the collection.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntaxpublic virtual void Remove(
params TInfo[] objects
)
Parameters
- objects
- Type:TInfo[]
Object to remove
See Also