Formatter.WriteInt32(Int32, String) メソッド
定義
派生クラスでオーバーライドされた場合に、ストリームに 32 ビット符号付き整数を書き込みます。When overridden in a derived class, writes a 32-bit signed integer to the stream.
protected:
abstract void WriteInt32(int val, System::String ^ name);
protected abstract void WriteInt32 (int val, string name);
abstract member WriteInt32 : int * string -> unit
Protected MustOverride Sub WriteInt32 (val As Integer, name As String)
パラメーター
- val
- Int32
書き込む値。The value to write.
- name
- String
メンバーの名前。The name of the member.
注意 (実装者)
このメソッドは、派生クラスで実装する必要があります。You must implement this method in a derived class.