X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection%2FParameterInfo.cs;h=1c00fb96c10c03d9dd71430504032ae5f5f9a075;hb=424595ea7043f30b0553f2842654db13baeda3ca;hp=890dffd3b2f95c63a9650990eb32f10977c87b41;hpb=64eff753bdeb747d6c7d35c3c7cc77fe5fd5cea4;p=mono.git diff --git a/mcs/class/corlib/System.Reflection/ParameterInfo.cs b/mcs/class/corlib/System.Reflection/ParameterInfo.cs index 890dffd3b2f..1c00fb96c10 100644 --- a/mcs/class/corlib/System.Reflection/ParameterInfo.cs +++ b/mcs/class/corlib/System.Reflection/ParameterInfo.cs @@ -193,8 +193,7 @@ namespace System.Reflection public virtual IEnumerable CustomAttributes { get { return GetCustomAttributesData (); } } - - [MonoTODO] + public virtual bool HasDefaultValue { get { throw new NotImplementedException (); } }