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