2002-09-13 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / class / corlib / System / MTAThreadAttribute.cs
index 6c44026c93444dc78a6336aec84e755462b6d8bd..514bca495a4fe63a18cc178506ac9130f7e48636 100644 (file)
@@ -9,7 +9,7 @@
 namespace System
 {
        [AttributeUsage (AttributeTargets.Method)]
-       public class MTAThreadAttribute : Attribute
+       public sealed class MTAThreadAttribute : Attribute
        {
                // Constructors
                public MTAThreadAttribute () : base ()