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
yuriy thebest
NA
7
0
Foreach and custom objects
Oct 30 2011 3:23 PM
right, Basically I have
public class myClass : Object{
myObjectType object1;
myObjectType object2;
myObjectType object3;
public void Save()
{
foreach( myObjectType i in this) /// this part doesn't work
//save stuff
}
}
please help!
Reply
Answers (
2
)
Automating JSP website using C# HttpWebRequest
Can any body give the C# code equallent for the following VB code ?