Void

Void CF 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( )



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net