MS.Internal.Xml.Cache.XPathNode.GetRoot C# (CSharp) Method

GetRoot() public method

Returns the root node of the current document. This always succeeds.
public GetRoot ( XPathNode &pageNode ) : int
pageNode XPathNode
return int
        public int GetRoot(out XPathNode[] pageNode) {
            return this.info.Document.GetRootNode(out pageNode);
        }