ヘルプの表示
[WebMethod] public void helpon(
char HelpId - ヘルプ番号
)
Help.helpon
なし
ヘルプの表示をする。 引き数の応じたヘルプシステムを出力する。
ヘルプ番号は、1から8しか対応していない。
・①の場合は下記を出力する。 ・"The if:" ・"if(condition) statement;" ・"else statement;" ・②の場合は下記を出力する。 ・"The switch:" ・"switch(expression) {" ・" case constant:" ・" statement sequence" ・" break;" ・" // ..." ・"}" ・③の場合は下記を出力する。 ・"The for:" ・"for(init; condition; iteration)" ・" statement;" ・④の場合は下記を出力する。 ・"The while:" ・"while(condition) statement;" ・⑤の場合は下記を出力する。 ・"The do-while:" ・"do {" ・" statement;" ・"} while (condition" ・⑥の場合は下記を出力する。 ・"The break:" ・"break; or break label;" ・⑦の場合は下記を出力する。 ・"The continue:" ・"continue; or continue label;" ・⑧の場合は下記を出力する。 ・"The goto:" ・"goto label;" ・全ての終了処理をする
日付 | 担当 | バージョン |
---|---|---|
'07.02.15 | 今井 浩司 | 1.0 |
日付 | 担当 | バージョン |
---|---|---|
'07.02.22 | 今井 浩司 | 1.1 |
目次 | ファイル一覧 | メソッド一覧 | 定数一覧 | 変数一覧 | 構造体一覧 | フォーム一覧 | HelpClassDemo.cs