Exemplo n.º 1
0
 public void BeginCase(Operand operand)
 {
     if (!operand.IsFixed)
     {
         throw new ArgumentException("The case label must be fixed.");
     }
     compiler.BeginCase(operand.Name);
 }