GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReader Class / XmlDocument Property
In This Topic
    XmlDocument Property (GoXmlReader)
    In This Topic
    Gets the XmlDocument that was loaded from the stream/file.
    Syntax
    public XmlDocument XmlDocument {get;}
    Remarks
    This value is supplied by a call to Consume(XmlDocument), or it is created by a call to Consume(XmlReader) if UseDOM is true.
    See Also