Aurigma Graphics Mill 5.5 for .NET
Collection<(Of <(T>)>) Class
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
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.AjaxControls.VectorObjects..::.Collection<(Of <(T>)>)
L
Aurigma.GraphicsMill.AjaxControls.VectorObjects..::.VObjectCollection
L
Aurigma.GraphicsMill.AjaxControls.VectorObjects..::.LayerCollection