Represents a collection of items that can be accessed by index.

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

Syntax

Visual Basic

<DefaultMemberAttribute("Item")> _
Public Class Collection(Of T) _
	Implements IList(Of T), ICollection(Of T), IEnumerable(Of T),  _
	IEnumerable

C#

[DefaultMemberAttribute("Item")]
public class Collection<T> : IList<T>, ICollection<T>, IEnumerable<T>, 
	IEnumerable