cookie class : Fitted getter

Description

Returns the value that indicates whether an instance was initialized.

Syntax

instance.Fitted

Arguments

None.

Return value

ClassDescription
boolA value that indicates whether an instance was initialized.

Sample code

1:

cookie instance = new cookie();

2:

bool init = instance.Fitted;

Notes

Variable declaration and an instance created by the default fitter has not been initialized.

Links for reference

None.

Copyright © Cooker All rights reserved.