X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.CompilerServices%2FIsConst.cs;h=0d1b1bba05e6bce939655af8102b1d06bf1740e8;hb=039fd253a603d641fe3806e7b1f5eea8bf78e459;hp=c40874873dff52f00cd62a292033839f3476a1fc;hpb=b10dce9bf995e1a0fc39900d65e358a0d2568382;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.CompilerServices/IsConst.cs b/mcs/class/corlib/System.Runtime.CompilerServices/IsConst.cs index c40874873df..0d1b1bba05e 100644 --- a/mcs/class/corlib/System.Runtime.CompilerServices/IsConst.cs +++ b/mcs/class/corlib/System.Runtime.CompilerServices/IsConst.cs @@ -31,8 +31,7 @@ using System; namespace System.Runtime.CompilerServices { - // This should be abstract as well but C# doesn't allow it - public sealed class IsConst + public static class IsConst { } }