ArrayList4<E>.

EnsureCapacity(int) Method

Summary

Resizes the collection capacity to the specified size if the current capacity is less than the parameter value.

Syntax

public virtual void EnsureCapacity(int minCapacity)

Remarks

Resizes the collection capacity to the specified size if the current capacity is less than the parameter value.

Parameters

Name Type Description
minCapacity int

Return Value

Type Description
void

See Also

  • Db4objects.Db4o.TA.IActivatable