Mega Code Archive

 
Categories / C# Tutorial / Class
 

Using base to Access a Hidden Name

'base' refers to the base class of the derived class in which it is used. This usage has the following general form: base.member