Beispiel #1
0
 public CatchClause(TypeReference typeReference, string variableName, Statement statementBlock, Expression condition)
 {
 }
Beispiel #2
0
 public ForeachStatement(TypeReference typeReference, string variableName, Expression expression, Statement embeddedStatement, Expression nextExpression)
 {
 }
Beispiel #3
0
 public CatchClause(TypeReference typeReference, string variableName, Statement statementBlock)
 {
 }