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!

StringReader.Close

Closes the StringReader.

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

Remarks

Following a call to the current method, the StringReader will appear to contain no characters.

See Also

StringReader Class | StringReader Members | System.IO Namespace