Access Modifiers - C# reference (original) (raw)

Access modifiers are keywords used to specify the declared accessibility of a member or a type. This section introduces the five access modifiers:

The following seven accessibility levels can be specified using the access modifiers:

This section also introduces the following concepts:

See also