|
-
Jun 3rd, 2009, 11:23 PM
#5
Re: Changing an existing component
 Originally Posted by Erden
But what do you mean by "This may not provide all the functionality you need though." ?
Extension methods can only do so much. They are only methods, for a start. You can't add instance properties or events using extension methods. Also, while they are called as though they are members, they are implemented outside the class, not inside. As such, you have no access to protected members of the class.
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
|