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

Concepts

C# Programming Guide

Reference

Access Modifiers (C# Reference)

C# Keywords

Other Resources

C# Reference