System Namespace
Indicates a method that does not return a value.
[ Visual Basic ]
Public Structure Void
[ C# ]
public struct Void
[ C++ ]
public __value struct Void
In [ JScript ], you can use the structures in the .NET Framework, but you cannot define your own.
This class has no members, nor can instances of this class be created.
This class is used mainly in the System.Reflection namespace.