append

format

SearchResults[] append(SearchResults arg1[], SearchResults arg2[])

description

Concatenates two arrays of SearchResults.

parameters

arg1 - the first array of SearchResults

 

arg2 - the second array of SearchResults

returns

a one-dimensional array of SearchResults objects

throws

The append() method does not throw any exceptions.