Void Estructura

Definición

Especifica un tipo de valor devuelto para un método que no devuelve un valor.

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
Herencia
Atributos

Comentarios

La Void estructura se usa en el System.Reflection espacio de nombres, pero rara vez es útil en una aplicación típica. La Void estructura no tiene miembros distintos de los que heredan todos los tipos de la Object clase .

Se aplica a