GetMethodInfoRenamedFrom
GetMethodInfoRenamedFrom(Type, string, Type[])
public static MethodInfo GetMethodInfoRenamedFrom(Type type, string methodName, Type[] arguments) ;
Description
Get the renamed MethodInfo.
Parameters
Parameter Name | Description |
---|---|
type | Type |
methodName | Method name |
arguments | Argument types |
Returns
MethodInfo to get. If there is none, it returns null.