C# Class NJection.LambdaConverter.Expressions.MethodOf

Inheritance: AstExpression
Afficher le fichier Open project: sagifogel/NJection.LambdaConverter Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( NJectionExpressionVisitor visitor ) : Expression
Reduce ( ) : Expression
Update ( MethodInfo method, Type type ) : Expression

Méthodes protégées

Méthode Description
MethodOf ( ICSharpCode.NRefactory.CSharp invocationExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : System

Method Details

Accept() public méthode

public Accept ( NJectionExpressionVisitor visitor ) : Expression
visitor NJection.LambdaConverter.Visitors.NJectionExpressionVisitor
Résultat System.Linq.Expressions.Expression

MethodOf() protected méthode

protected MethodOf ( ICSharpCode.NRefactory.CSharp invocationExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : System
invocationExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat System

Reduce() public méthode

public Reduce ( ) : Expression
Résultat System.Linq.Expressions.Expression

Update() public méthode

public Update ( MethodInfo method, Type type ) : Expression
method System.Reflection.MethodInfo
type System.Type
Résultat System.Linq.Expressions.Expression