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

Collection<T>.GetEnumerator Method

Returns an enumerator that iterates through the Collection<T>.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Function GetEnumerator As IEnumerator(Of T)
C#
public IEnumerator<T> GetEnumerator()

Return Value

The enumerator for the Collection<T>.

See Also

Reference