Removes the item from the collection.

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public virtual Boolean Remove( T item )

Parameters

item
Type: T

Item to remove.

Return value

Type: Boolean
Returns True if the item was successfully removed from the collection.