fileselector クラス : Fitted ゲッタ

説明

インスタンスが初期化されているかどうかを示す値を返します。

構文

instance.Fitted

引数

無し。

返り値

クラス説明
boolインスタンスが初期化されているかどうかを示す値。

サンプルコード

1:

fileselector fsel = new fileselector();

2:

bool init = fsel.Fitted;

注意

作成されたfileselectorクラスのインスタンスは常に初期化されています。 つまり、fileselectorクラスのFittedゲッターは常にtrueを返します。

参照リンク

無し。

Copyright © Cooker All rights reserved.