using System; using System.Runtime.InteropServices; namespace System { /// Specifies a return value type for a method that does not return a value. /// 2 // Token: 0x02000032 RID: 50 [ComVisible(true)] [Serializable] public struct Void { } }