C# Class GrayStorm.signatures

显示文件 Open project: GrayKernel/GrayStorm

Public Methods

Method Description
getSignature ( MethodInfo targetMethod, object target = null ) : Delegate

Method Details

getSignature() public static method

public static getSignature ( MethodInfo targetMethod, object target = null ) : Delegate
targetMethod System.Reflection.MethodInfo
target object
return System.Delegate