X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection.Emit%2FMethodBuilder.cs;h=adc42aef7fe73432838385913c8db0c5824b12ca;hb=f5908bb29972ce75a4c59abce39b3082fdbd64d4;hp=b2cd75262f2535767291b0fa83c86c50ce37b628;hpb=67882e23fafe4e75b9076320c9438f4abd90a95a;p=mono.git diff --git a/mcs/class/corlib/System.Reflection.Emit/MethodBuilder.cs b/mcs/class/corlib/System.Reflection.Emit/MethodBuilder.cs index b2cd75262f2..adc42aef7fe 100644 --- a/mcs/class/corlib/System.Reflection.Emit/MethodBuilder.cs +++ b/mcs/class/corlib/System.Reflection.Emit/MethodBuilder.cs @@ -461,7 +461,7 @@ namespace System.Reflection.Emit { #if NET_2_0 || BOOTSTRAP_NET_2_0 [MethodImplAttribute(MethodImplOptions.InternalCall)] - public override extern MethodInfo BindGenericParameters (Type [] types); + public override extern MethodInfo MakeGenericMethod (Type [] types); public override bool Mono_IsInflatedMethod { get {