XPathNavigator.cs 259 B

1234567891011121314151617
  1. using System;
  2. namespace System.Xml.XPath
  3. {
  4. /// <summary>
  5. /// Summary description for XPathNavigator.
  6. /// </summary>
  7. public class XPathNavigator
  8. {
  9. public XPathNavigator()
  10. {
  11. //
  12. // TODO: Add constructor logic here
  13. //
  14. }
  15. }
  16. }