Access Modifiers
Visual Studio .NET 2003
Access modifiers are keywords used to specify the declared accessibility of a member or a type. This section introduces the four access modifiers:
The following five accessibility levels can be specified using the access modifiers:
public protected internal internal protected private
This section also introduces the following topics:
See Also
C# Keywords | Modifiers | 3.5 Member access | 10.2.3 Access modifiers