When overidden in a derived class, writes a 16-bit signed integer to the stream already attached to the formatter.
[Visual Basic] MustOverride Protected Sub WriteInt16( _ ByVal val As Short, _ ByVal name As String _ ) [C#] protected abstract void WriteInt16( short val, string name ); [C++] protected: virtual void WriteInt16( short val, String* name ) = 0; [JScript] protected abstract function WriteInt16( val : Int16, name : String );
Formatter Class | Formatter Members | System.Runtime.Serialization Namespace