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