Void 结构

定义

指定不返回值的方法的返回值类型。

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 的成员外,没有其他成员。

适用于