Adds an item to the end of the Collection<T>.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
Public Overridable Sub Add ( _ item As T _ )
public virtual void Add( T item )
Type: T
The item to be added to the end of the Collection<T>.