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 estructura Void se usa en el espacio de nombres System.Reflection, pero raramente es útil en una aplicación típica. La estructura Void no tiene ningún otro miembro que no sean los que todos los tipos heredan de la clase Object.

Se aplica a