System.Xml.XPath.XPathDocument.GetCollapsedTextNode C# (CSharp) 메소드

GetCollapsedTextNode() 개인적인 메소드

Return the singleton collapsed text node associated with the document. One physical text node represents each logical text node in the document that is the only content-typed child of its element parent.
private GetCollapsedTextNode ( System.Xml.XPath.XPathNode &pageText ) : int
pageText System.Xml.XPath.XPathNode
리턴 int
        internal int GetCollapsedTextNode(out XPathNode[] pageText) {
            pageText = this.pageText;
            return this.idxText;
        }