Functiondojox.collections.ArrayList.toArray

dojo.require("dojox.collections.ArrayList");
defined in dojox/collections/ArrayList.js

Return a new array with all of the items of the internal array concatenated.

Usage

function () (view source)