C# Class NJection.LambdaConverter.Expressions.MethodBlock

Inheritance: Block
Mostra file Open project: sagifogel/NJection.LambdaConverter

Public Methods

Method 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 method

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

Reduce() public method

public Reduce ( ) : Expression
return System.Linq.Expressions.Expression

ResolveType() public method

public ResolveType ( ICSharpCode.NRefactory.CSharp blockStatement ) : Type
blockStatement ICSharpCode.NRefactory.CSharp
return System.Type