NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BinaryWriter.Null

Causes nothing to be stored when write methods are invoked on BinaryWriter.Null.

[Visual Basic]
Public Shared ReadOnly Null As BinaryWriter
[C#]
public static readonly BinaryWriter Null;
[C++]
public: static readonly BinaryWriter* Null;
[JScript]
public static var Null : BinaryWriter;

See Also

BinaryWriter Class | BinaryWriter Members | System.IO Namespace