proxy class : Fitted getter
Description
Gets the value that indicates whether this instance was already initialized.
Syntax
proxyInstance.Fitted
Arguments
None
Return value
Class | Description |
bool | The value that indicates whether this instance was already initialized. |
Sample code
//anyProxy is a instance of proxy type.
bool init = anyProxy.Fitted;
Notes
Instance that is created by declaration is still uninitialized.
Links for reference
None