System.Void

 using System.Runtime.InteropServices;
namespace System
{
    [StructLayout(LayoutKind.Sequential, Pack = 0, Size = 1, CharSet = CharSet.Ansi), Serializable, ComVisible(true)]
    public sealed class Void : System.ValueType
    { 
         
    }

}

posted @ 2010-08-28 21:22  Aegis  阅读(146)  评论(0编辑  收藏  举报