OHyMoS.NET Class Library

OhInputFile.cPrint メソッド 

この入力ファイルの情報をストリーム aSw に出力します。 出力するときに、各行の行頭に、文字列 aHead を付加し ます。

The information on this input file is printed to the specified PrintWriter aSw with the preceding String aHead
public override void cPrint(
   StreamWriter aSw,
   string aHead
);

パラメータ

aSw
a StreamWriter value

オブジェクト情報を書き出すストリーム
aHead
a String value

各行頭に付加する文字列

参照

OhInputFile クラス | OhymosNet 名前空間