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

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

Parameters

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