2007-08-17 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / IsConst.cs
index c40874873dff52f00cd62a292033839f3476a1fc..0d1b1bba05e6bce939655af8102b1d06bf1740e8 100644 (file)
@@ -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
        {
        }
 }