cookiemanager class : Fitted getter
Description
Returns the value that indicates whether an instance was initialized.
Syntax
instance.Fitted
Arguments
None.
Return value
Class | Description |
bool | A value that indicates whether an instance was initialized. |
Sample code
1: | cookiemanager cm = new cookiemanager(); |
2: | bool init = cm.Fitted; // true |
Notes
Variable Declaration and the instance of the cookiemanager class created by the default fitter has been initialized.
Links for reference
None.