Click or drag to resize

PofHelperResizeArray Method (Array, Int32)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Expand the passed array to contain the specified number of elements.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static Array ResizeArray(
	Array array,
	int newSize
)

Parameters

array
Type: SystemArray
The "template" array or null.
newSize
Type: SystemInt32
The number of desired elements in the new array.

Return Value

Type: Array
The old array, if it was big enough, or a new array of the same type.
See Also