Share via


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 .NET Micro Framework version 2.0, 2.5

See Also

Reference

System Namespace