Void Struct

Definizione

Specifica un tipo di valore restituito per un metodo che non restituisce un valore.

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
Ereditarietà
Attributi

Commenti

La Void struttura viene usata nello System.Reflection spazio dei nomi , ma raramente è utile in un'applicazione tipica. La Void struttura non ha membri diversi da quelli che tutti i tipi ereditano dalla Object classe .

Si applica a