Exemplo n.º 1
0
 public void VisitInstructionCollection(Collection<Instruction> instructions)
 {
     instructions.Accept(this);
 }
Exemplo n.º 2
0
 public void VisitVariableDefinitionCollection(Collection<VariableDefinition> variables)
 {
     variables.Accept(this);
 }
Exemplo n.º 3
0
 public void VisitExceptionHandlerCollection(Collection<ExceptionHandler> seh)
 {
     seh.Accept(this);
 }