Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Expand the passed array to contain the specified number of elements.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static Array ResizeArray(
	Array array,
	int newSize
)

Parameters

array
Type: System..::.Array
The "template" array or null.
newSize
Type: System..::.Int32
The number of desired elements in the new array.

Return Value

The old array, if it was big enough, or a new array of the same type.

See Also