What are the equivalents of Me and MyBase?
Me in C# is this, and MyBase in C# is base. To access
normal members, just use this.memberName or base.memberName. For information
about chaining constructors together, see my
article on constructors.
[Author: Jon Skeet]
Comment Notification
If you would like to receive an email when updates are made to this post, please register here
Subscribe to this post's comments using
Comments
Leave a Comment