Summary
Resizes the collection capacity to the specified size if the
current capacity is less than the parameter value.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Collections - Containing Type
- ArrayList4
<E>
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