Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.Create(Stream) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class > Create Method : Create(Stream) Method



output
The stream to which you want to write. The System.Xml.XmlWriter writes FastInfoset encoded XML and appends it to the specified stream.
Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified stream.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overloads Public Shared Function Create( _
   ByVal output As Stream _
) As XmlWriter
Visual Basic (Usage)Copy Code
Dim output As Stream
Dim value As XmlWriter
 
value = XmlFastInfosetWriter.Create(output)
C# 
public static XmlWriter Create( 
   Stream output
)
C++/CLI 
public:
static XmlWriter Create( 
   Stream^ output
) 

Parameters

output
The stream to which you want to write. The System.Xml.XmlWriter writes FastInfoset encoded XML and appends it to the specified stream.

Return Value

An XmlWriter object.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also