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
dave hicks
NA
5
2.2k
list containing multiple items need help
Jul 10 2010 3:03 PM
hi all im new to c# and ned a bit of help i want a list containing pairs of string not uniqe for example
mylist.add("bob", "steve");
mylist.add("bob", "ben");
mylist.add("ben", "steve");
and would contain
mylist[0] bob steve
mylist[1] bob ben
mylist[2] ben steve
how would i do this in code thanks.
Reply
Answers (
7
)
Streamwriter problem
decimal.tostring("c") output?