36 out of 59 rated this helpful - Rate this topic

Access Modifiers

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.