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
ZanettiEsteban
NA
11
0
Constants methods
Feb 17 2005 12:40 PM
In C++ when I need to define a method that not modify variables of the objet I proceed in the following way: class Foo { void m1() const { // ... } }; I cannot do the same in C#. Does anybody know how can I specify constant methods in C#?
Reply
Answers (
1
)
typed array list
Writing an object?