Merge pull request #656 from LogosBible/collection_lock
[mono.git] / mcs / class / corlib / System / AttributeUsageAttribute.cs
index 6209d850bc9e18b22ca490e87c5754c101260361..c9143496e655f35593d08d1d5f9ae4ad68317db2 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable, AttributeUsage (AttributeTargets.Class)]
+       [ComVisible (true)]
        public sealed class AttributeUsageAttribute : Attribute
        {
                AttributeTargets valid_on;