VB.NET 1.1 Tutorial - The MyBase Keyword


The MyBase keyword is used to refer to the base class of the current instance of a class. MyBase.New is used to explicitly call a base class constructor from a derived class constructor.


References

For more information on the MyBase Keyword, visit MSDN at microsoft here.

What Next?

Return to the Tutorial Contents.