Xceed .NET Libraries Documentation
EnsureCapacity Method


Xceed.Zip Assembly > Xceed.Utils.Collections Namespace > ListBase Class : EnsureCapacity Method
The minimum capacity to ensure
Ensures that the capacity of this instance of the list is at least the specified value.
Syntax
'Declaration
 
Protected Sub EnsureCapacity( _
   ByVal min As Integer _
) 
'Usage
 
Dim instance As ListBase
Dim min As Integer
 
instance.EnsureCapacity(min)
protected void EnsureCapacity( 
   int min
)

Parameters

min
The minimum capacity to ensure
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListBase Class
ListBase Members