Sets the collections capacity to newSize
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
protected void SetSize( int newSize ) |
| Visual Basic (Declaration) |
|---|
Protected Sub SetSize ( _ newSize As Integer _ ) |
| Visual C++ |
|---|
protected: void SetSize( int newSize ) |
Parameters
- newSize
- Type: System..::.Int32
the new collection size (must be >= Count)