Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetReader.WriteNode(XmlWriter) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : WriteNode Method



writer


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

Syntax

Visual Basic (Declaration) 
Public Sub WriteNode( _
   ByVal writer As XmlWriter _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim writer As XmlWriter
 
instance.WriteNode(writer)
C# 
public void WriteNode( 
   XmlWriter writer
)
C++/CLI 
public:
void WriteNode( 
   XmlWriter writer
) 

Parameters

writer

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also