Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
7
Answers
How to combine two IEnumerable list?
shosho s
8y
540
1
Reply
I have two list :
public IEnumerable<int> A{ get; set; }
public IEnumerable<int> B{ get; set; }
i want C to be a combination of both A and B.
public IEnumerable<int> C{ get; set; }
how can this be done? thank you in advance :)
Post
Reset
Cancel
Answers (
7
)
Next Recommended Forum
cannot implicitly convert type void to string
C# Error (Does not exist in current context)