GetMethodInfoRenamedFrom

public static MethodInfo GetMethodInfoRenamedFrom(Type type, string methodName, Type[] arguments) ;

Get the renamed MethodInfo.

Parameter Name Description
type Type
methodName Method name
arguments Argument types

MethodInfo to get. If there is none, it returns null.