reader class : Fitted getter

Description

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

Syntax

readerInstance.Fitted

Arguments

None.

Return value

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

Sample code

1:

reader r = new reader("c:\somewhere...\sample.txt");

2:

bool init = r.Fitted;

Notes

Instance that is created by declaration is still uninitialized.

Links for reference

None.

Copyright © Cooker All rights reserved.