From 831a995417fe9f8cd597a28cd3b63dc8130ea150 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Fri, 6 May 2005 16:15:19 +0000 Subject: 2005-05-06 Zoltan Varga * CustomAttributeData.cs MethodBody.cs: Remove CLSCompliant (false) attributes. svn path=/trunk/mcs/; revision=44143 --- mcs/class/corlib/System.Reflection/CustomAttributeData.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mcs/class/corlib/System.Reflection/CustomAttributeData.cs') diff --git a/mcs/class/corlib/System.Reflection/CustomAttributeData.cs b/mcs/class/corlib/System.Reflection/CustomAttributeData.cs index 57a9526c331..112dc855f11 100644 --- a/mcs/class/corlib/System.Reflection/CustomAttributeData.cs +++ b/mcs/class/corlib/System.Reflection/CustomAttributeData.cs @@ -45,7 +45,6 @@ namespace System.Reflection { } [MonoTODO] - [CLSCompliant (false)] public IList ConstructorArguments { get { throw new NotImplementedException (); @@ -53,7 +52,6 @@ namespace System.Reflection { } [MonoTODO] - [CLSCompliant (false)] public IList NamedArguments { get { throw new NotImplementedException (); @@ -61,25 +59,21 @@ namespace System.Reflection { } [MonoTODO] - [CLSCompliant (false)] public static IList GetCustomAttributes (Assembly yarget) { throw new NotImplementedException (); } [MonoTODO] - [CLSCompliant (false)] public static IList GetCustomAttributes (MemberInfo target) { throw new NotImplementedException (); } [MonoTODO] - [CLSCompliant (false)] public static IList GetCustomAttributes (Module target) { throw new NotImplementedException (); } [MonoTODO] - [CLSCompliant (false)] public static IList GetCustomAttributes (ParameterInfo target) { throw new NotImplementedException (); } -- cgit v1.2.3