Method | Description | |
---|---|---|
AddStatements ( |
||
AsArgument ( ) : |
||
AsExpression ( ) : System.CodeDom.CodeExpression | ||
AsParameter ( ) : |
||
AsStatements ( ) : IEnumerable |
||
Expression ( |
||
Parameter ( |
||
Statement ( ) : |
||
Statement ( IEnumerable |
||
Variable ( |
Method | Description | |
---|---|---|
CodeDomConstruct ( |
public AddStatements ( |
||
collection | ||
return | void |
public AsArgument ( ) : |
||
return |
public AsExpression ( ) : System.CodeDom.CodeExpression | ||
return | System.CodeDom.CodeExpression |
public AsParameter ( ) : |
||
return |
protected CodeDomConstruct ( |
||
contextType | ||
return | System |
public static Expression ( |
||
contextType | ||
expression | System.CodeDom.CodeExpression | |
return |
public static Parameter ( |
||
type | ||
name | string | |
return |
public static Statement ( ) : |
||
return |
public static Statement ( IEnumerable |
||
statements | IEnumerable |
|
return |
public static Variable ( |
||
type | ||
name | string | |
return |