C # Learning

Source: Internet
Author: User

(i). Data type

1. Reference types and value types.

1.1. Value type values and pointers exist in the thread stack, pointers to reference types are stored in the thread stack, and values are stored in the managed heap. (stored in a different way from the location)

1.2. Value types Copy the value of a variable, so operations on one variable do not affect other variables, whereas reference types replicate addresses, and operations on one variable affect other variables.

C # Learning

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.