Base:
1 override of MakeGenericMethod
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
108
public override MethodInfo
MakeGenericMethod
(params Type[] typeArguments)
1 reference to MakeGenericMethod
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
110
return Projector.ProjectMethod(base.
MakeGenericMethod
(Projector.Unproject(typeArguments)));