Merge pull request #1173 from Serguzest/upstream
[mono.git] / mcs / class / corlib / System.Diagnostics / DebuggerStepThroughAttribute.cs
index a858e2fea2f29dd4157a1738adb2e56a33cd1439..0089ddb700fc53f0bf64f0dafc77bc08faf31e3b 100644 (file)
@@ -30,6 +30,7 @@
 //
 
 using System;
+using System.Runtime.InteropServices;
 
 namespace System.Diagnostics
 {
@@ -37,6 +38,7 @@ namespace System.Diagnostics
                          AttributeTargets.Constructor |
                         AttributeTargets.Method, Inherited=false)]
        [Serializable]
+       [ComVisible (true)]
        public sealed class DebuggerStepThroughAttribute : Attribute
        {
                public DebuggerStepThroughAttribute ()