proxy class : proxy() fitter
Description
Get a new instance of proxy class with initial value.
Syntax
new proxy()
Arguments
None.
Return value
Class | Description |
proxy | A new instance of proxy class with initial value. It has not been initialized. |
Sample code
proxy newProxy = new proxy();
Notes
The initial value is an empty proxy and has not been initialized.
Links for reference
None.