PofHelperResizeArray Method (Array, Int32, Type) |
.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)
Syntaxpublic static Array ResizeArray(
Array array,
int newSize,
Type elementType
)
Parameters
- array
- Type: SystemArray
The "template" array or null.
- newSize
- Type: SystemInt32
The number of desired elements in the new array.
- elementType
- Type: SystemType
Type of the array elements.
Return Value
Type:
Array
The old array, if it was big enough, or a new array of the same
type.
See Also