Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

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

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

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