PofHelperResizeArray Method (Array, Int32, Type) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Expand the passed array to contain the specified number of
elements.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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