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 メンバーはありません。

適用対象