Void Structure
Specifies a return value for a method that does not return a value.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
public struct Void
Remarks
The Void structure is used in the System.Reflection namespace, but is rarely useful in a typical application. The Void structure has no members other than the ones all types inherit from the Object class.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.