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
Suneel Kumar
NA
15
0
How to overload postincrement operator in C#
Aug 17 2006 8:35 AM
class
test
{
public
int
i;
public
static
test
operator
++(
test
i){
t.i++;
return
t;
}
}
This is how i implemented pre increament. How to do this fro post increment.
Reply
Answers (
0
)
Visual Basic.Net
Saving projects