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