Adds the items of the specified array to the end of this collection.
AnnBatesElementCollection.prototype.addRange = function(
items
)
addRange(
items: IAnnBatesElement[]
): void;
items
The list whose items should be added to the end of the collection.