Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Overload List

  NameDescription
ConvertArray(array<Object>[]()[], IConverter)
Convert the contents of the passed array.
ConvertArray(array<Object>[]()[], IConverter, array<Object>[]()[])
Convert the contents of the passed source array into an array with the element type of the passed destination array, using the destination array itself if it is large enough, and placing a null in the first unused element of the destination array if it is larger than the source array.

See Also