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!

BinaryReader.Close

Closes the current reader and releases the underlying stream.

[Visual Basic]
Overridable Public Sub Close()
[C#]
public virtual void Close();
[C++]
public: virtual void Close();
[JScript]
public function Close();

See Also

BinaryReader Class | BinaryReader Members | System.IO Namespace