C# Class NJection.LambdaConverter.Visitors.LoopExpressionVisitor

Inheritance: System.Linq.Expressions.ExpressionVisitor
Datei anzeigen Open project: sagifogel/NJection.LambdaConverter Class Usage Examples

Protected Methods

Method Description
VisitGoto ( GotoExpression node ) : Expression

Private Methods

Method Description
LoopExpressionVisitor ( LabelTarget @break, LabelTarget @continue ) : System.Linq.Expressions

Method Details

VisitGoto() protected method

protected VisitGoto ( GotoExpression node ) : Expression
node System.Linq.Expressions.GotoExpression
return System.Linq.Expressions.Expression