Click or drag to resize
InfoObjectCollectionTInfoRemove Method (TInfo)
Removes the specified object from the collection.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public virtual void Remove(
	params TInfo[] objects
)

Parameters

objects
Type: TInfo
Object to remove
See Also