C# 클래스 XSpect.Yacq.Expressions.AmbiguousLambdaExpression

Represents an ambiguous lambda expression, a lambda expression with AmbiguousParameterExpression.
상속: YacqExpression
파일 보기 프로젝트 열기: takeshik/yacq 1 사용 예제들

공개 메소드들

메소드 설명
ApplyTypeArguments ( Type>.IDictionary typeArgumentMap ) : AmbiguousLambdaExpression

Creates new AmbiguousLambdaExpression with specified type argument map.

ApplyTypeArguments ( IEnumerable parameters ) : AmbiguousLambdaExpression

Creates new AmbiguousLambdaExpression with specified parameter types.

ApplyTypeArguments ( IEnumerable types ) : AmbiguousLambdaExpression

Creates new AmbiguousLambdaExpression with specified parameter types.

ApplyTypeArguments ( Type delegateType ) : AmbiguousLambdaExpression

Creates new AmbiguousLambdaExpression to match specified delegate type.

ToString ( ) : String

Returns a String that represents this expression.

보호된 메소드들

메소드 설명
ReduceImpl ( SymbolTable symbols, Type expectedType ) : Expression

Reduces this node to a simpler expression with additional symbol tables.

비공개 메소드들

메소드 설명
AmbiguousLambdaExpression ( SymbolTable symbols, Type returnType, IList bodies, IList parameters ) : System

메소드 상세

ApplyTypeArguments() 공개 메소드

Creates new AmbiguousLambdaExpression with specified type argument map.
public ApplyTypeArguments ( Type>.IDictionary typeArgumentMap ) : AmbiguousLambdaExpression
typeArgumentMap Type>.IDictionary The type argument map for parameters of new .
리턴 AmbiguousLambdaExpression

ApplyTypeArguments() 공개 메소드

Creates new AmbiguousLambdaExpression with specified parameter types.
public ApplyTypeArguments ( IEnumerable parameters ) : AmbiguousLambdaExpression
parameters IEnumerable The types for paramaters of new .
리턴 AmbiguousLambdaExpression

ApplyTypeArguments() 공개 메소드

Creates new AmbiguousLambdaExpression with specified parameter types.
public ApplyTypeArguments ( IEnumerable types ) : AmbiguousLambdaExpression
types IEnumerable The types for paramaters of new .
리턴 AmbiguousLambdaExpression

ApplyTypeArguments() 공개 메소드

Creates new AmbiguousLambdaExpression to match specified delegate type.
public ApplyTypeArguments ( Type delegateType ) : AmbiguousLambdaExpression
delegateType System.Type The delegate type which is matched for new .
리턴 AmbiguousLambdaExpression

ReduceImpl() 보호된 메소드

Reduces this node to a simpler expression with additional symbol tables.
protected ReduceImpl ( SymbolTable symbols, Type expectedType ) : Expression
symbols XSpect.Yacq.Symbols.SymbolTable The additional symbol table for reducing.
expectedType System.Type The type which is expected as the type of reduced expression.
리턴 System.Linq.Expressions.Expression

ToString() 공개 메소드

Returns a String that represents this expression.
public ToString ( ) : String
리턴 String