C# Класс MsieJavaScriptEngine.Utilities.DelegateExtensions

Delegate extensions
Показать файл Открыть проект

Открытые методы

Метод Описание
GetMethodInfo ( this source ) : MethodInfo

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

Описание методов

GetMethodInfo() публичный статический Метод

Gets an object that represents the method represented by the specified delegate
public static GetMethodInfo ( this source ) : MethodInfo
source this The delegate to examine
Результат System.Reflection.MethodInfo