message 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:

message instance = new message();

2:

bool init = instance.Fitted;

Notes

An instance of the message class is always initialized. In other words, the getter of the message class always returns true.

Links for reference

None.

Copyright © Cooker All rights reserved.