Method | Description | |
---|---|---|
Accept ( |
||
Reduce ( ) : |
||
Update ( |
Method | Description | |
---|---|---|
CatchClause ( ICSharpCode.NRefactory.CSharp catchClause, IScope scope, INRefcatoryExpressionVisitor visitor ) : System.Linq.Expressions |
Method | Description | |
---|---|---|
BuildCatchBlock ( ) : void |
public Accept ( |
||
visitor | ||
return |
protected CatchClause ( ICSharpCode.NRefactory.CSharp catchClause, IScope scope, INRefcatoryExpressionVisitor visitor ) : System.Linq.Expressions | ||
catchClause | ICSharpCode.NRefactory.CSharp | |
scope | IScope | |
visitor | INRefcatoryExpressionVisitor | |
return | System.Linq.Expressions |
public Update ( |
||
body | ||
variable | System.Linq.Expressions.ParameterExpression | |
filter | ||
return |