Reverse previous changes
[mono.git] / mcs / class / System.Web / System.Web.Compilation / ILocation.cs
index f8591d6cddcad111c192695b2ec51ff7292aa4ea..dcaa051d1348df99e6c995742c87f1711500245a 100644 (file)
@@ -38,6 +38,7 @@ namespace System.Web.Compilation
                int BeginColumn { get; }
                int EndColumn { get; }
                string PlainText { get; }
+               string FileText { get; }
        }
 }