Formatter.WriteInt16(Int16, String) Método
Definição
Quando substituído em uma classe derivada, grava um inteiro com sinal de 16 bits no fluxo já anexado ao formatador.When overridden in a derived class, writes a 16-bit signed integer to the stream already attached to the formatter.
protected:
abstract void WriteInt16(short val, System::String ^ name);
protected abstract void WriteInt16 (short val, string name);
abstract member WriteInt16 : int16 * string -> unit
Protected MustOverride Sub WriteInt16 (val As Short, name As String)
Parâmetros
- val
- Int16
O valor a ser gravado.The value to write.
- name
- String
O nome do membro.The name of the member.
Notas aos Implementadores
Você deve implementar esse método em uma classe derivada.You must implement this method in a derived class.