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
Anonymous
NA
2
4.6k
Dynamically reference properties
Oct 29 2008 5:04 PM
Can you reference properties dynamically without using reflections.
i want to do the following,
class test
{
public decimal x
{
get {return _x;}
set {_x = value;}
}
public decimal y
{
get {return _y;}
set {_y = value;}
}
}
test.x = test.x*2;
test.y = test.y*2;
i dont want to repeat this code. So i want to softcode x and y. is it possible?
Reply
Answers (
0
)
Re:WebControl Treeview
Error while converting Physical path into bitmapImage