Access modifier (C # reference ),

Source: Internet
Author: User

Access modifier (C # reference ),

In the first article, I copied something on the MSDN trainer !!!

An access modifier is a keyword used to specify the accessibility of declared members or types. This section describes four access modifiers:

  • Public

  • Protected
  • Internal

  • Private

Use these access modifiers to specify the following five levels of accessibility:

Public: Access is unrestricted.

Protected: access is limited to include classes or types derived from include classes.

Internal: access is limited to the current Assembly.

Protected internal: access restriction to the current Assembly or a category that contains a derived type.

Private: access is limited to include types.

This section also describes the following:

  • Accessibility level: use four access modifiers to declare five accessibility levels.

  • Accessible domain: Specifies the position in the program section where the member can be referenced.

  • Accessibility-level restrictions: This section provides an overview of declared accessibility-level limits.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.