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



Represents a reader that provides fast, non-cached, forward-only access to Fast Infoset encoded XML data.


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

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
Public NotInheritable Class XmlFastInfosetReader 
   Inherits XmlReader
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
C# 
[DefaultMemberAttribute("Item")]
public sealed class XmlFastInfosetReader : XmlReader 
C++/CLI 
[DefaultMemberAttribute("Item")]
public ref class XmlFastInfosetReader sealed : public XmlReader 

Inheritance Hierarchy

System.Object
   System.Xml.XmlReader
      Noemax.FastInfoset.XmlFastInfosetReader

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also