[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgElementCollection.EnsureCapacity

EnsureCapacity Method

EnsureCapacity(int)

Ensures that the capacity of this collection is at least the specified capacity.

Declaration
public int EnsureCapacity(int capacity)
Public Function EnsureCapacity(capacity As Integer) As Integer
Parameters
Type Name Description
int capacity

The minimum capacity to ensure.

Returns
Type Description
int

The new capacity of the SvgElementCollection.