Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7600547
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T22:56:13+00:00 2026-05-30T22:56:13+00:00

I defined a list of rectangles called enemies, and I’m trying to move through

  • 0

I defined a list of rectangles called enemies, and I’m trying to move through the rectangles in the list and decrement their X value, but I am getting an error “cannot modify ‘i’ because it is a foreach iteration variable.” I’m wondering what is wrong with this and if there is a correct way of going about it.

        foreach (Rectangle i in enemies)
        {

            i.X --:

        }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T22:56:15+00:00Added an answer on May 30, 2026 at 10:56 pm

    Value types are copied by value; that’s why they’re called “value types”. When you do this, you are making a copy of the rectangle and then mutating the copy. Now, it just so happens that the foreach loop makes an immutable copy of the value and tells you that you cannot change it, which is good, because it just caught your bug. Had you been making that change to a mutable copy you might not have found the bug for a long time.

    Your Enemy type should probably be a reference type, not a value type. Have the enemy contain a rectangle, not be a rectangle. You can then mutate the rectangle in the reference to the enemy.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am having a problem getting a list of fields from a query defined
I'm trying to create a list that some of the elements are defined and
I'm trying to have a user-defined list of game-maps. Because I don't know how
I defined List<Integer> stack = new ArrayList<Integer>(); When I'm trying to convert it to
I have a class Bar that has a user-defined list of config keys and
I have defined a custom list template type for SharePoint . I install it
I have defined a custom Sharepoint list for special attributes related to a software
How do I get a list of all the tables defined for the database
Is it possible to get a list of the user defined functions in JavaScript?
I have the following function defined inside my linked list class. The declaration in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.