TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
shosho s
NA
137
98.3k
How to combine two IEnumerable list?
Oct 3 2016 9:17 AM
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 :)
Reply
Answers (
7
)
cannot implicitly convert type void to string
C# Error (Does not exist in current context)