zaifres class : Fitted getter

Description

Gets a value that indicates whether this instance was already initialized.

Syntax

zaifresInstance.Fitted

Arguments

None

Return value

ClassDescription
boolA value that indicates whether this instance was already initialized.

Sample code

1:

zaifres zaifresIns = new zaifres();

2:

bool init = zaifresIns.Fitted; // false.

Notes

Instance that is created by declaration has not been initialized.

An initialized instance of this class is returned from the methods of the zaifapi class.

Links for reference

None.

Copyright © Cooker All rights reserved.