[monop] Port to use IKVM.Reflection, add -xi and -xa options to easily lookup Xamarin...
[mono.git] / mcs / tools / monop / TypeSorter.cs
index cd1f6967e76767b981b1c8d7cb9c4ff62ec64d18..b7fc35fb9218ad923399f7c319c9ece0af022d6b 100644 (file)
@@ -26,6 +26,9 @@
 
 using System;
 using System.Collections;
+#if STATIC
+using Type=IKVM.Reflection.Type;
+#endif
 
 class TypeSorter : IComparer
 {