2002-07-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / corlib / System / ObsoleteAttribute.cs
index 6023a2be52fa41fa01fee0874a800269fda05efb..6215c9379fda8f51d45ab05b0ca806f33cbee009 100644 (file)
@@ -14,7 +14,7 @@ namespace System
                      AttributeTargets.Field | AttributeTargets.Event |
                      AttributeTargets.Interface | AttributeTargets.Delegate)]
             [Serializable]
-            public class ObsoleteAttribute : Attribute
+            public sealed class ObsoleteAttribute : Attribute
             {
                     private string message;
                     private bool isError = false;