C# Class NJection.LambdaConverter.Expressions.MethodBlock

Inheritance: Block
Afficher le fichier Open project: sagifogel/NJection.LambdaConverter

Méthodes publiques

Méthode Description
MethodBlock ( ICSharpCode.NRefactory.CSharp blockStatement, IScope scope, INRefcatoryExpressionVisitor visitor, IEnumerable parameters = null ) : System
Reduce ( ) : Expression
ResolveType ( ICSharpCode.NRefactory.CSharp blockStatement ) : Type

Method Details

MethodBlock() public méthode

public MethodBlock ( ICSharpCode.NRefactory.CSharp blockStatement, IScope scope, INRefcatoryExpressionVisitor visitor, IEnumerable parameters = null ) : System
blockStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
parameters IEnumerable
Résultat System

Reduce() public méthode

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

ResolveType() public méthode

public ResolveType ( ICSharpCode.NRefactory.CSharp blockStatement ) : Type
blockStatement ICSharpCode.NRefactory.CSharp
Résultat System.Type