2007-05-11 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.ConstrainedExecution / PrePrepareMethodAttribute.cs
index 2a0f5f8f0ebca3cfc94b5fed0ab06f613f1c5665..3bc1697162d9005ba4f33be54d0e1ace0c9898d1 100644 (file)
 
 #if NET_2_0
 
-using System.Runtime.InteropServices;
-
 namespace System.Runtime.ConstrainedExecution
 {
        [AttributeUsage ((AttributeTargets.Constructor | AttributeTargets.Method), Inherited=false)]
-       [ComVisible (false)]
         public sealed class PrePrepareMethodAttribute : Attribute
         {
                 public PrePrepareMethodAttribute ()