* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.XML / System.Xml.XPath / XPathResultType.cs
index 318180363b405877dcc86c9d2c74d295fea63a2e..5ecfc66b9acbdaa7869bfd1338883d208e0d9b71 100644 (file)
@@ -36,6 +36,7 @@ namespace System.Xml.XPath
                String = 1,
                Boolean = 2,
                NodeSet = 3,
+               [MonoFIX ("MS.NET: 1")]
                Navigator = 4,
                Any = 5,
                Error = 6,