Version

addObject Method

Adds the specified item to the collection at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function addObject( 
   index : Integer,
   adr : String,
   object : Object
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCollectionsManager.addObject(Integer,String,Object);

Parameters

index
index at which to add the object
adr
address of the object
object
the object instance
See Also