Noemax FastInfoset.NET
XmlFastInfosetReader Constructor(Stream)
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class > XmlFastInfosetReader Constructor : XmlFastInfosetReader Constructor(Stream)






input

The stream containing the Fast Infoset encoded XML data to read.

Initializes a new instance of the XmlFastInfosetReader class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal input As Stream _
)
Visual Basic (Usage)Copy Code
Dim input As Stream
 
Dim instance As New XmlFastInfosetReader(input)
C# 
public XmlFastInfosetReader( 
   Stream input
)
Delphi 
public XmlFastInfosetReader( 
    input: Stream
); 
JScript 
public function XmlFastInfosetReader( 
   input : Stream
);
Managed Extensions for C++ 
public: XmlFastInfosetReader( 
   Stream* input
)
C++/CLI 
public:
XmlFastInfosetReader( 
   Stream^ input
)

Parameters

input

The stream containing the Fast Infoset encoded XML data to read.

See Also