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
Rich
NA
84
61.1k
How do you access properties of an object in a list?
Jun 22 2012 7:39 PM
I am trying to take properties from a list of types and put them in another list. I am not exactly sure how you iterate through the list of objects to gain access to the properties. For example:
List<images> myImages = new List<images>();
List<string> typeOfImage = new List<string>();
typeOfImage.Add(myImages.type);
Reply
Answers (
1
)
Setup a linq statement for a C# 2010 application?
Hello friends,