Void 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定不返回值的方法的返回值类型。
public value class void
public struct Void
[System.Serializable]
public struct Void
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct Void
type unit = struct
[<System.Serializable>]
type unit = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type unit = struct
Public Structure Void
- 继承
- 属性
注解
结构 Void 在命名空间中使用 System.Reflection ,但在典型应用程序中很少有用。 结构 Void 除所有类型继承自类 Object 的成员外,没有其他成员。