System.Xml.Xsl.Runtime.RtfTreeNavigator.ToNavigator C# (CSharp) Méthode

ToNavigator() public méthode

Discard serialization hints and return a navigator that actually allows navigation.
public ToNavigator ( ) : XPathNavigator
Résultat System.Xml.XPath.XPathNavigator
        public override XPathNavigator ToNavigator() {
            return this.constr.GetNavigator(this.events, this.nameTable);
        }