C# Class Expressive.Decompilation.Steps.Clarity.NewNullableToCastVisitor

Inheritance: ElementVisitor
Exibir arquivo Open project: ashmind/expressive

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