Property | Type | Description | |
---|---|---|---|
Name | string |
Method | Description | |
---|---|---|
CreateExpressionTree ( ICSharpCode.NRefactory.MonoCSharp.ResolveContext ec ) : Expression | ||
NamedArgument ( string name, Location loc, Expression expr ) : System.Collections.Generic | ||
NamedArgument ( string name, Location loc, Expression expr, AType modifier ) : System.Collections.Generic |
public CreateExpressionTree ( ICSharpCode.NRefactory.MonoCSharp.ResolveContext ec ) : Expression | ||
ec | ICSharpCode.NRefactory.MonoCSharp.ResolveContext | |
return | Expression |
public NamedArgument ( string name, Location loc, Expression expr ) : System.Collections.Generic | ||
name | string | |
loc | Location | |
expr | Expression | |
return | System.Collections.Generic |
public NamedArgument ( string name, Location loc, Expression expr, AType modifier ) : System.Collections.Generic | ||
name | string | |
loc | Location | |
expr | Expression | |
modifier | AType | |
return | System.Collections.Generic |