'Declaration
Sub Redimension( _ ByVal newLowerBound As Integer, _ ByVal newUpperBound As Integer _ )
'Usage
Dim instance As _ElasticVector Dim newLowerBound As Integer Dim newUpperBound As Integer instance.Redimension(newLowerBound, newUpperBound)
void Redimension( int newLowerBound, int newUpperBound )
void Redimension( int newLowerBound, int newUpperBound )
Parameters
- newLowerBound
- The new lower bound of the elastic vector.
- newUpperBound
- The new upper bound of the elastic vector.