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