C# 클래스 JavaScriptEngineSwitcher.Core.Utilities.DelegateExtensions

Delegate extensions
파일 보기 프로젝트 열기: Taritsyn/JavaScriptEngineSwitcher

공개 메소드들

메소드 설명
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