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
1
Answer
List add value
Joginder Banger
9y
619
1
Reply
I want add the List value with the help of array of list.
string []s={"af","adsf"};
List<string> st = new List<string>();
st.Add(s.Select(aa=>aa).First().ToString()); //how can do this
I want no more Loop.
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
hosptial management system
how to validate filename and textbox in asp.net using c#