System.Xml.DocumentXPathNodeIterator_AllElemChildren.Match C# (CSharp) Méthode

Match() protected méthode

protected Match ( XmlNode node ) : bool
node XmlNode
Résultat bool
        protected override bool Match( XmlNode node ) {
            Debug.Assert( node != null );
            return ( node.NodeType == XmlNodeType.Element );
        }
    }
DocumentXPathNodeIterator_AllElemChildren