Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Expand the passed array to contain the specified number of elements.

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

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