C# Class Expressive.Decompilation.Steps.AddressOfToCreateDelegateVisitor

Inheritance: ElementVisitor
Show file Open project: ashmind/expressive

Public Properties

Property Type Description
CreateDelegateMethodInfo System.Reflection.MethodInfo

Protected Methods

Method Description
VisitNew ( NewExpression nex ) : Expression

Method Details

VisitNew() protected method

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

Property Details

CreateDelegateMethodInfo public static property

public static MethodInfo,System.Reflection CreateDelegateMethodInfo
return System.Reflection.MethodInfo