Changes array size.
[C#/Java]
not applicable;
[VB.NET]
not applicable;
[Pascal]
not applicable;
[C++]
not implemented;
Parameters
- InArray - array which size to be changed
- NewSize - new size of the array
Return value
Array of the new size.
Description
Use this method when you want to change array size.