Access Keywords (C# Reference)

This section introduces the following access keywords:

  • base

    Accesses the members of the base class.

  • this

    Refers to the current instance of the class.

See Also

Reference

Access Modifiers (C# Reference)

C# Keywords

Concepts

C# Programming Guide

Other Resources

C# Reference