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
dexterm
NA
3
0
how to modify an ArrayList
Apr 7 2005 9:46 PM
I have a class that's defined like this: public class MyClass { public string member1; public string member2; } and an ArrayList: ArrayList al = new ArrayList(); This ArrayList has been populated with a number of objects of type MyClass. Based on user input, I will need to search through the ArrayList and modify a specific object. I have already figured out how to find the object in the ArrayList. But, how do I modify the object inside the ArrayList? Any help would be appreciated. Dexterm
Reply
Answers (
2
)
dataTable . Select property
calling a function instead of form in VB.Net(c#)