August 2003
Intermediate to advanced
928 pages
32h 1m
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( )