ASP.NET Ajax Javascript (Specification) | |
---|---|
function forEach( method : function, context : object ) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfPointCollection.forEach(function,object); |
Parameters
- method
- The function to call.
- context
- An object that holds the context of the call.