gpt4 book ai didi

.net - 我们可以像 String.Empty 一样拥有 Class.Empty 对象吗

转载 作者:行者123 更新时间:2023-12-02 08:58:04 26 4
gpt4 key购买 nike

我正在使用.NET 3.5。我正在创建一个简单的类,并希望确保处理后的类不应该为 null 或者也不应该是新的..

所以如果我们可以像这样测试它

Dim objClass as new Class()

' do some processing with the class '
' and then.. check that if this object returned is not empty '

If (objClass = Class.Empty) Then
//Do stuff
Else
//Do Other Stuff
End If

有没有一种方法可以像 String.Empty 一样创建这个空字段?

最佳答案

有设计模式Null Object pattern为了它。

关于.net - 我们可以像 String.Empty 一样拥有 Class.Empty 对象吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3405088/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com