C# Class MsieJavaScriptEngine.Utilities.DelegateExtensions

Delegate extensions
Mostrar archivo Open project: Taritsyn/MsieJavaScriptEngine

Public Methods

Method Description
GetMethodInfo ( this source ) : MethodInfo

Gets an object that represents the method represented by the specified delegate

Method Details

GetMethodInfo() public static method

Gets an object that represents the method represented by the specified delegate
public static GetMethodInfo ( this source ) : MethodInfo
source this The delegate to examine
return System.Reflection.MethodInfo