[ Team LiB ] Previous Section Next Section

VoidCF 1.0, ECMA 1.0, serializable

System (mscorlib.dll)struct

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
}

Hierarchy

Object ValueType Void

Returned By

Multiple types

Passed To

ArgIterator.ArgIterator( ), IntPtr.IntPtr( ), System.Reflection.Pointer.Box( ), UIntPtr.UIntPtr( )

    [ Team LiB ] Previous Section Next Section