C# Class MsieJavaScriptEngine.Utilities.DelegateExtensions

Delegate extensions
Afficher le fichier Open project: Taritsyn/MsieJavaScriptEngine

Méthodes publiques

Méthode Description
GetMethodInfo ( this source ) : MethodInfo

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

Method Details

GetMethodInfo() public static méthode

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