Method | Description | |
---|---|---|
ApplyTypeArguments ( Type>.IDictionary |
Creates new AmbiguousLambdaExpression with specified type argument map.
|
|
ApplyTypeArguments ( IEnumerable |
Creates new AmbiguousLambdaExpression with specified parameter types.
|
|
ApplyTypeArguments ( IEnumerable |
Creates new AmbiguousLambdaExpression with specified parameter types.
|
|
ApplyTypeArguments ( |
Creates new AmbiguousLambdaExpression to match specified delegate type.
|
|
ToString ( ) : String |
Returns a String that represents this expression.
|
Method | Description | |
---|---|---|
ReduceImpl ( |
Reduces this node to a simpler expression with additional symbol tables.
|
Method | Description | |
---|---|---|
AmbiguousLambdaExpression ( |
public ApplyTypeArguments ( Type>.IDictionary |
||
typeArgumentMap | Type>.IDictionary | The type argument map for parameters of new |
return |
public ApplyTypeArguments ( IEnumerable |
||
parameters | IEnumerable |
The types for paramaters of new |
return |
public ApplyTypeArguments ( IEnumerable |
||
types | IEnumerable |
The types for paramaters of new |
return |
public ApplyTypeArguments ( |
||
delegateType | The delegate type which is matched for new |
|
return |
protected ReduceImpl ( |
||
symbols | The additional symbol table for reducing. | |
expectedType | The type which is expected as the type of reduced expression. | |
return |