C# Frequently Asked Questions

The C# team posts answers to common questions

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]

Published Friday, March 12, 2004 2:27 AM by CSharpFAQ

Comments

No Comments
Anonymous comments are disabled

© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Microsoft
Page view tracker