InfoObjectCollectionTInfoRemove Method (IEnumerableTInfo) |
Removes the specified object from the collection.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public void Remove(
IEnumerable<TInfo> objects
)
Parameters
- objects
- Type: System.Collections.GenericIEnumerableTInfo
Object to remove
See Also