Removes the first occurrence of a specific item from the Collection<T>.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
Public Overridable Function Remove ( _ item As T _ ) As Boolean
public virtual bool Remove( T item )
Type: T
The object to remove from the Collection<T>.