March 2002
Intermediate to advanced
864 pages
31h 8m
English
Void
This structure indicates that a method does not
return any information, as in public void Main().
This type is available in C# through the void alias.
public struct Void { // No public or protected members }
Object→ValueType→Void
Multiple types
ArgIterator.ArgIterator(), IntPtr.IntPtr(), System.Reflection.Pointer.Box(), UIntPtr.UIntPtr()