proxy class : Entity getter
Description
Returns an instance that is stored in the proxy type.
Syntax
proxyInstance.Entity
Arguments
None
Return value
Class | Description |
someClass | An 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