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

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

Returns the next element in document order that has the same local name hashcode as this element. If there are no similar elements, then 0 is returned.
public GetSimilarElement ( XPathNode &pageNode ) : int
pageNode XPathNode
Результат int
        public int GetSimilarElement(out XPathNode[] pageNode) {
            pageNode = this.info.SimilarElementPage;
            return this.idxSimilar;
        }