This documentation is for the old version. Go to the latest Graphics Mill docs

Collection<T>.Add Method

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)

Syntax

Visual Basic
Public Overridable Sub Add ( _
	item As T _
)
C#
public virtual void Add(
	T item
)

Parameters

item

Type: T

The item to be added to the end of the Collection<T>.

See Also

Reference