Formatter.WriteBoolean(Boolean, String) メソッド
定義
派生クラスでオーバーライドされた場合に、フォーマッタに既に結び付けられているストリームに oolean 値を書き込みます。When overridden in a derived class, writes a Boolean value to the stream already attached to the formatter.
protected:
abstract void WriteBoolean(bool val, System::String ^ name);
protected abstract void WriteBoolean (bool val, string name);
abstract member WriteBoolean : bool * string -> unit
Protected MustOverride Sub WriteBoolean (val As Boolean, name As String)
パラメーター
- val
- Boolean
書き込む値。The value to write.
- name
- String
メンバーの名前。The name of the member.
注意 (実装者)
このメソッドは、派生クラスで実装する必要があります。You must implement this method in a derived class.