Merge pull request #1439 from BrzVlad/feature-managed-allocator
[mono.git] / mcs / class / corlib / System / ContextStaticAttribute.cs
index 21c585f89a72df0985c1d60fd76353fb659644e6..9593d24a2df8559ff69a3b88d3a5c2f44e5f96de 100644 (file)
@@ -29,6 +29,7 @@
 // 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
 {
@@ -37,6 +38,7 @@ namespace System
        /// </summary>
        [AttributeUsage (AttributeTargets.Field, Inherited=false)]
        [Serializable]
+       [ComVisible (true)]
        public class ContextStaticAttribute : Attribute
        {
                public ContextStaticAttribute ()