Wed Sep 11 15:26:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / corlib / System / STAThreadAttribute.cs
index 6224f9bfa382a57d2d81036241d98c068ab5862f..da8e92cd0df0d3fdb2bd8946e826aaf590558688 100644 (file)
@@ -9,7 +9,7 @@
 namespace System
 {
        [AttributeUsage (AttributeTargets.Method)]
-       public class STAThreadAttribute : Attribute
+       public sealed class STAThreadAttribute : Attribute
        {
                   // Constructors
                public STAThreadAttribute () : base ()