Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter Class
See Also  Members  
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace : XmlFastInfosetWriter Class



Represents a writer that provides a fast, non-cached, forward-only way of generating streams or files containing Fast Infoset encoded XML data.


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

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class XmlFastInfosetWriter 
   Inherits XmlWriter
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
C# 
public sealed class XmlFastInfosetWriter : XmlWriter 
C++/CLI 
public ref class XmlFastInfosetWriter sealed : public XmlWriter 

Inheritance Hierarchy

System.Object
   System.Xml.XmlWriter
      Noemax.FastInfoset.XmlFastInfosetWriter

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also