Click or drag to resize
ObjectCollectionTObjectRemove Method (IEnumerableTObject)
Removes the specified object from the collection.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void Remove(
	IEnumerable<TObject> objects
)

Parameters

objects
Type: System.Collections.GenericIEnumerableTObject
Object to remove
See Also