VB.NET 1.1 Tutorial - The MyBase KeywordThe 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. ReferencesFor more information on the MyBase Keyword, visit MSDN at microsoft here. What Next?Return to the Tutorial Contents. |