switch class : Fitted getter

Description

Returns the value that indicates whether this instance was initialized.

Syntax

instance.Fitted

Arguments

None

Return value

ClassDescription
boolThe value that indicates whether this instance was initialized.

Sample code

1:

switch instance = new switch();

2:

bool init = instance.Fitted;

Notes

Variable Declaration and the instance of the switch class created by the default fitter has not been initialized.

Links for reference

None.

Copyright © Cooker All rights reserved.