X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection%2FMonoProperty.cs;h=ea8e61836dddaae8f3141bbb38727e1581ede399;hb=b0eff411fcc55fa6a7bbc5ee97bb592fe3204309;hp=901a83fb7e3855edc13414362049c4521bc3e4cb;hpb=e809a0744662c46c9a0e2eb726fa508f7fd6132d;p=mono.git diff --git a/mcs/class/corlib/System.Reflection/MonoProperty.cs b/mcs/class/corlib/System.Reflection/MonoProperty.cs index 901a83fb7e3..ea8e61836dd 100644 --- a/mcs/class/corlib/System.Reflection/MonoProperty.cs +++ b/mcs/class/corlib/System.Reflection/MonoProperty.cs @@ -231,22 +231,6 @@ namespace System.Reflection { public override string ToString () { return PropertyType.ToString () + " " + Name; } - -#if NET_2_0 || BOOTSTRAP_NET_2_0 - [MonoTODO] - public override Type[] OptionalCustomModifiers { - get { - throw new NotImplementedException (); - } - } - - [MonoTODO] - public override Type[] RequiredCustomModifiers { - get { - throw new NotImplementedException (); - } - } -#endif } }