Copy the array.
src | Source Array | Dictionary instance |
Copies the entire contents of the other array specified by the argument.
If you specify a dictionary array (an object of the Dictionary class) as the copy source array, each member of the dictionary array will appear alternately in the order of name and value.
The order of the members is indefinite.