Merge pull request #1407 from chrisvire/bug-24587
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / IDispatchConstantAttribute.cs
index 64abb5157518bac57afafcab205881cd52729b32..4b12483e9eb67931230eeeec799d3f6f3c121c87 100644 (file)
 //
 
 using System;
+using System.Runtime.InteropServices;
 
 namespace System.Runtime.CompilerServices {
 
        [Serializable]
        [AttributeUsage (AttributeTargets.Field | AttributeTargets.Parameter,
                         Inherited=false)]
+       [ComVisible (true)]
        public sealed class IDispatchConstantAttribute : CustomConstantAttribute
        {
                public IDispatchConstantAttribute ()