C# 클래스 Expressive.Decompilation.Steps.AddressOfToCreateDelegateVisitor

상속: ElementVisitor
파일 보기 프로젝트 열기: ashmind/expressive

공개 프로퍼티들

프로퍼티 타입 설명
CreateDelegateMethodInfo System.Reflection.MethodInfo

보호된 메소드들

메소드 설명
VisitNew ( NewExpression nex ) : Expression

메소드 상세

VisitNew() 보호된 메소드

protected VisitNew ( NewExpression nex ) : Expression
nex System.Linq.Expressions.NewExpression
리턴 System.Linq.Expressions.Expression

프로퍼티 상세

CreateDelegateMethodInfo 공개적으로 정적으로 프로퍼티

public static MethodInfo,System.Reflection CreateDelegateMethodInfo
리턴 System.Reflection.MethodInfo