Collection<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

C#
public class Collection<T> : Collection<T>
where T : class

Type Parameters

T

Inheritance Hierarchy

See Also

Reference