proxy class : proxy() fitter

Description

Get a new instance of proxy class with initial value.

Syntax

new proxy()

Arguments

None.

Return value

ClassDescription
proxyA 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.

Copyright © Rice All rights reserved.