DelegatingXmlReader.Current PropertyDelegatingXmlReader.Current PropertyDelegatingXmlReader::Current Property

Gets or sets the underlying XmlReaderXmlReaderXmlReader to which calls are delegated.

Syntax

Protected Property Current As System.Xml.XmlReader
        Get
        Set(ByVal value As System.Xml.XmlReader)
protected System.Xml.XmlReader Current { get; set; }
protected:
property System.Xml::XmlReader^ Current {
    System.Xml::XmlReader^ get();
    void set(System.Xml::XmlReader^ value);
}
 

Property Value

Type: System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader^

The underlying XmlReaderXmlReaderXmlReader to which calls are delegated.