Click or drag to resize
ObjectCollectionTObjectRemove Method (TObject)
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(
	params TObject[] objects
)

Parameters

objects
Type: TObject
Object to remove
See Also