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