Click here to Skip to main content
15,914,780 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am having a listoflists which hold values for many lists.

Now I want to add one more value to a particular list in the listoflists

How to add values in these lists
Posted
Comments
norbitrial 20-Mar-14 8:14am    
Can you please post a code where have you stocked?

1 solution

1. A foreach loop will solve your problem.
2. (Or) LINQ will also help

If you provide code, it will be more easy to address your issue.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900