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