GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReader Class / SetXmlReader Method
an XmlReader initialized at the start of Consume(XmlReader), or set to null at the end of Consume(XmlReader) or LoadDOM after closing the XmlReader
In This Topic
    SetXmlReader Method
    In This Topic
    Only a subclass of a GoXmlReader can provide a value for the XmlReader property.
    Syntax
    protected virtual void SetXmlReader( 
       XmlReader w
    )

    Parameters

    w
    an XmlReader initialized at the start of Consume(XmlReader), or set to null at the end of Consume(XmlReader) or LoadDOM after closing the XmlReader
    See Also