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 6955101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:41:35+00:00 2026-05-27T14:41:35+00:00

this time I’ve got an C# programming issue: I’ve got a list of lists:

  • 0

this time I’ve got an C# programming issue:
I’ve got a list of lists:

List<List<string>> List1

And that list of strings in it:

List<string> List2

And, in loop, I want to put List2 in List1, but then, I want to change values in List2, but I don’t want to change this values in the List2 which was inserted in List1.
Here is the example with pseudo-code of what I want to do (because I suppose nobody gets what I want at the moment):

List1 <=> ['one', 'two', 'three']
List2[1] <=> List1
List1.clear
List1 <=> ['four', 'five', 'six']
List2[2] <=> List1

but List1 changed in List2[1] too – I don’t want that! It looks like now:

List2[1] <=> ['four', 'five', 'six']
List2[2] <=> ['four', 'five', 'six']

But I want that it will be:

List2[1] <=> ['one', 'two', 'three'] 
List2[2] <=> ['four', 'five', 'six']

What’s the point? I want that these List1s stay in that state, what there were when I was inserting them to the List2. I hope someone will understand this and will help me.
I know that I’m inserting some kind of List1 pointners in List2, but how make it right? (right -> the way I want it to work^^)

  • 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-27T14:41:36+00:00Added an answer on May 27, 2026 at 2:41 pm

    You want to put a copy of List1 in List2:

    List2[1] = List1.ToList();
    

    Otherwise, List1, List2[1] and List2[2] reference the same list, so by changing one, you’re also changing the others.

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

Sidebar

Related Questions

I've got a reasonably simple query (this time) that I need ALL the results
Ok this time I decided to make a list using the STL. I need
Easy question this time. I'm trying to test whether or not a string does
This is similar to my previous posting. But this time I want to call
This time i'm having an issue with the actual rendering of my model. I
this time I got a more general question. Should I use multiple views rather
I used FireFox throughout all this time and didn't see that. But when I
I'm still learning what hibernate can do and this time i'm trying something that
I know by this time that there is no way to down grade from
This time I want to implement Sphinx in Linux . Please give me the

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.