X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.Compilation%2FILocation.cs;h=dcaa051d1348df99e6c995742c87f1711500245a;hb=7a9e96f1669c38f4acff38cabdf14756429c470c;hp=f8591d6cddcad111c192695b2ec51ff7292aa4ea;hpb=da4f9e9b2afb23791029d0bb09d78b868aabd870;p=mono.git diff --git a/mcs/class/System.Web/System.Web.Compilation/ILocation.cs b/mcs/class/System.Web/System.Web.Compilation/ILocation.cs index f8591d6cddc..dcaa051d134 100644 --- a/mcs/class/System.Web/System.Web.Compilation/ILocation.cs +++ b/mcs/class/System.Web/System.Web.Compilation/ILocation.cs @@ -38,6 +38,7 @@ namespace System.Web.Compilation int BeginColumn { get; } int EndColumn { get; } string PlainText { get; } + string FileText { get; } } }