C# Class JavaScriptEngineSwitcher.Core.Utilities.DelegateExtensions

Delegate extensions
Mostra file Open project: Taritsyn/JavaScriptEngineSwitcher

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