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



Gets the value of the attribute. In C#, this property is the indexer for the XmlFastInfosetReader class.


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

Overload List

OverloadDescription
Item(Int32) Gets the value of the attribute specified by the index. In C#, this property is the indexer for the XmlFastInfosetReader class.  
Item(String,String) Gets the value of the attribute specified by the local name and namespace. In C#, this property is the indexer for the XmlFastInfosetReader class.  
Item(String) Gets the value of the attribute specified by the qualified name. In C#, this property is the indexer for the XmlFastInfosetReader class.  

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Base Implementation in System.Xml.XmlReader