MS.Internal.Xml.Cache.XPathNode.GetRoot C# (CSharp) Метод

GetRoot() публичный Метод

Returns the root node of the current document. This always succeeds.
public GetRoot ( XPathNode &pageNode ) : int
pageNode XPathNode
Результат int
        public int GetRoot(out XPathNode[] pageNode) {
            return this.info.Document.GetRootNode(out pageNode);
        }