GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReader Class / XmlReader Property
In This Topic
    XmlReader Property (GoXmlReader)
    In This Topic
    Gets the XmlReader used to actually read XML from the input stream.
    Syntax
    public XmlReader XmlReader {get;}
    Remarks
    The value is constructed and initialized during XML generation, and is automatically closed afterwards. If UseDOM is true, LoadDOM will just load the whole DOM (available as the XmlDocument property), close the stream, and set this property to null.
    See Also