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