| Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : Item Property |
'Declaration Public Overrides NotOverridable ReadOnly Default Property Item( _ ByVal i As System.Integer _ ) As System.String
'Usage Dim instance As XmlFastInfosetReader Dim i As System.Integer Dim value As System.String value = instance.Item(i)
public override System.string this[ System.int i ]; {get;}
public this: : System.String;[ i: System.Integer ];override; read-only
public override this[ i : System.int ] get : System.String
public: __property System.string* get_Item System.int i override;
public:
property System.String^ default [int] override {
System.String^ get(System.int i) override;
}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
XmlFastInfosetReader Class
XmlFastInfosetReader Members
Base Implementation in Item