gpt4 book ai didi

c# - .NET 中是否有 "Void"结构的实际用途

转载 作者:可可西里 更新时间:2023-11-01 07:57:02 25 4
gpt4 key购买 nike

只是好奇,“Void”有什么实际用途吗 struct

除了反射?

最佳答案

System.Void 等同于 void 关键字。查看void的工具提示,会显示

struct System.Void

但是在C#中不能直接使用,所以你最好忽略它。

尝试使用 System.Void 会产生编译错误

error CS0673: System.Void cannot be used from C# -- use typeof(void) to get the void type object

那么,就只剩下反射(reflection)的话题了。

关于c# - .NET 中是否有 "Void"结构的实际用途,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3579197/

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