返回首页 | 网站案例 | 帮助中心

合作共赢、快速高效、优质的网站建设提供商

深圳网站建设

服务热线:18038067647

C#中预定义的引用类型

时间:2013-11-7

1.object:所有类型的基类
2.string:string是引用类型,但特殊于其他的引用类型,修改一个string对象的值是重新生成一个新的对象而不是改变原来内存的值,通过以下代码可以很好地了解这一点.
string hello1 = "hello world!";
hello2 = hello1;
hello1 ="hello";
console.WriteLine(hello1);  //hello
console.WriteLine(hello2);  //hello world!

建站流程

    深圳网站建设流程