加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

vb.net – Nothing是否等于Default?

发布时间:2020-12-17 07:25:11 所属栏目:百科 来源:网络整理
导读:当我在VB.NET中将变量设置为空时会发生什么? 没有什么是默认的,或者我在这里遗漏了什么,这是真的吗? 解决方法 如果它是值类型(如Integer,Double等),则将变量设置为Nothing将其设置为默认值. 如果它是引用类型,它实际上将设置为Nothing(空值). 在Microsoft
当我在VB.NET中将变量设置为空时会发生什么?
没有什么是默认的,或者我在这里遗漏了什么,这是真的吗?

解决方法

如果它是值类型(如Integer,Double等),则将变量设置为Nothing将其设置为默认值.

如果它是引用类型,它实际上将设置为Nothing(空值).

在Microsoft’s words:

Assigning Nothing to a variable sets
it to the default value for its
declared type.

If the variable is of a reference type,a value of Nothing means that the variable is not associated with any object. The variable has a null value.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读