|
-
Jun 6th, 2010, 01:01 PM
#13
Frenzied Member
Re: [RESOLVED] Why use Properties?
Want to know something funny, if you look at the IL emitted from your application you will see that the property you make is actually just a set of get()/set() functions when it boils down to it.
Having said that, they are wired into the framework so don't go using get/set methods instead of properties.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|