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