proxy class : Entity getter

Description

Returns an instance that is stored in the proxy type.

Syntax

proxyInstance.Entity

Arguments

None

Return value

ClassDescription
someClassAn instance that is stored in the proxy type.

Sample code

//anyProxy is a instance of proxy type.

int number = anyProxy.Entity;

Notes

If there is a 'Entity' getter in the stored instance, please note that this getter hide it.

Links for reference

None

Copyright © Rice All rights reserved.