Inserts an item into the Collection<T> at the specified index.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
Public Overridable Sub Insert ( _ index As Integer, _ item As T _ )
public virtual void Insert( int index, T item )
Type: System.Int32
The zero-based index at which item should be inserted.Type: T
The item to insert.