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!

CoreXmlReader Constructor (Stream)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal input As Stream _
)
[C#]
public CoreXmlReader(
   Stream input
);
[C++]
public: CoreXmlReader(
   Stream* input
);
[JScript]
public function CoreXmlReader(
   input : Stream
);

Parameters

input
[To be supplied.]

See Also

CoreXmlReader Class | CoreXmlReader Members | System.Data.XML Namespace | CoreXmlReader Constructor Overload List