OHyMoS.NET Class Library
OhStreamReader.TreatCommentP プロパティ
コメントモードに関するbool値の取得・設定を行うプロパティです。 デフォルトではfalseに設定されています。
コメントモードとは
#から行末までの文字列はコメントとみなす
ということです。
Returns the boolean flag about treat-comment-mode. If this flag is true, treat-comment-mode is on. Sets treat-comment-mode on. When treat-comment-mode is on,
lines which start with '#' are ignored;
part string from '#' to the line end is ignored.
In default, treat-comment-mode is off.
public
bool
TreatCommentP {get; set;}
参照
OhStreamReader クラス
|
OhymosNet 名前空間