Removed some enumerations that might have been in Beta2 but aren't visible anymore...
[mono.git] / mcs / class / System.XML / System.Xml.XPath / XmlSortOrder.cs
1 //
2 // System.Xml.XPath.XmlSortOrder
3 //
4 // Author:
5 //   Jason Diamond (jason@injektilo.org)
6 //
7 // (C) 2002 Jason Diamond  http://injektilo.org/
8 //
9
10 namespace System.Xml.XPath
11 {
12         public enum XmlSortOrder
13         {
14                 Ascending,
15                 Descending
16         }
17 }