loader class : Fitted getter
Description
Gets a value that indicates whether this instance was already initialized.
Syntax
loaderInstance.Fitted
Arguments
None
Return value
Class | Description |
bool | A value that indicates whether this instance was already initialized. |
Sample code
1: | loader loa = new loader(); |
2: | bool init = loa.Fitted; |
Notes
Instance that is created by declaration have been already initialized.
Links for reference
None.