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