X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem%2FAttributeUsageAttribute.cs;h=c9143496e655f35593d08d1d5f9ae4ad68317db2;hb=ac60ecf03fef7535f5e30d147ca207e34ee32474;hp=6209d850bc9e18b22ca490e87c5754c101260361;hpb=a3ea7ceb4d4f5e2cb8ea421313e8939640fb898c;p=mono.git diff --git a/mcs/class/corlib/System/AttributeUsageAttribute.cs b/mcs/class/corlib/System/AttributeUsageAttribute.cs index 6209d850bc9..c9143496e65 100644 --- a/mcs/class/corlib/System/AttributeUsageAttribute.cs +++ b/mcs/class/corlib/System/AttributeUsageAttribute.cs @@ -29,10 +29,12 @@ // 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;