removeObject Method
Removes the item at specified address from the collection at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function removeObject(
: Integer,
: String
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfCollectionsManager.removeObject(Integer,String); |