System.Xml.XPath.XPathNavigatorContract.Clone C# (CSharp) Méthode

Clone() public méthode

public Clone ( ) : XPathNavigator
Résultat XPathNavigator
        public override XPathNavigator Clone()
        {
            Contract.Ensures(Contract.Result<XPathNavigator>() != null);
            return default(XPathNavigator);
        }
XPathNavigatorContract