本文介绍了为什么字符串是c#中的值类型的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





字符串类是密封类。



我们正在考虑的任何类型是ref类型。



但为什么'string'类型在值类型下。



请不要tel字符串是引用类型。



问候

raja

Hi,

the string class is sealed class.

any class type we are considering is ref type.

but why 'string' type under the value type.

please dont tel string is reference type.

Regards
raja

推荐答案




这篇关于为什么字符串是c#中的值类型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-14 08:04