Merged into single file, added assertions
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ComAliasNameAttribute.cs
index b7d6ad508ac7fb4de7fd864c49a877892b2a0cda..74c3dfb8fa76613c9f3a53d0d8e73a17d3c2bbc5 100644 (file)
@@ -35,6 +35,7 @@ namespace System.Runtime.InteropServices {
        [AttributeUsage (AttributeTargets.Property | AttributeTargets.Field |
                         AttributeTargets.Parameter | AttributeTargets.ReturnValue,
                         Inherited=false)]
+       [ComVisible (true)]
        public sealed class ComAliasNameAttribute : Attribute
        {
                string val;