JavaScript Editor Ajax toolkit     Ajax website 



Main Page

The & operator is used to pass references to variables to methods with reference or out parameters. Changes to the parameter in the method are reflected in the variable that was passed by reference when control passes back to the calling method.

&expression

Parameters

expression

A variable passed to the method.

Expand imageRemarks

Expand imageExample

Expand imageSee Also



JavaScript Editor Ajax toolkit     Ajax website


©