C # Fundamentals-Partial type partial

Source: Internet
Author: User

Local Type

The same class name is not allowed in the same named (namespace) space, but the partial keyword can allow the existence of a class name that you want to pass under the same namespace

use:

Classes in one class are too tolerant to write separately

notation

The following two uncategorized are located under two different. cs files

 namespace   soaoeon{ public  partial  class   person { public  int  Age {
   
    get ; 
    set     
    
   
namespace soaoeon{   publicpartialclass  person    {        public string Get Set ; }    }   }

Conditions for constructing partial classes
A. must be under the same 1 namespace.
B. Class names must be the same
C. have been modified by partial

Essence: Physics is the person class written in two different. cs files in fact they belong to a class


C # Fundamentals-Partial type partial

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.