* Makefile.am: Build `docs` after `runtime`, so that it can depend
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / DefaultCharSetAttribute.cs
index 6007391cf8db41abc8ec766f5d4a9829ebf4ed2f..6cbec16eb07d263002b59360d58c58de0c50df1d 100644 (file)
@@ -13,7 +13,8 @@ using System.Runtime.Serialization;
 namespace System.Runtime.InteropServices
 {
        [AttributeUsage (AttributeTargets.Module, Inherited = false)]
-       public class DefaultCharSetAttribute : Attribute
+       [ComVisible (true)]
+       public sealed class DefaultCharSetAttribute : Attribute
        {
                CharSet _set;
 
@@ -25,4 +26,4 @@ namespace System.Runtime.InteropServices
                public CharSet CharSet { get { return _set; } }
        }
 }
-#endif
\ No newline at end of file
+#endif