[]
Ensures that the capacity of this collection is at least the specified capacity
.
public int EnsureCapacity(int capacity)
Public Function EnsureCapacity(capacity As Integer) As Integer
Type | Name | Description |
---|---|---|
int | capacity | The minimum capacity to ensure. |
Type | Description |
---|---|
int | The new capacity of the SvgElementCollection. |