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)
<DefaultMemberAttribute("Item")> _ Public Class Collection(Of T) _ Implements IList(Of T), ICollection(Of T), IEnumerable(Of T), _ IEnumerable
[DefaultMemberAttribute("Item")] public class Collection<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable