Creates and initializes an instance of the Collection<T> class with the specified initial capacity.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
Public Sub New ( _ capacity As Integer _ )
public Collection( int capacity )
Type: System.Int32
The number of items that the new collection can initially store.