mscorlib(4.0.0.0) API with additions
Void.cs
2 
3 namespace System
4 {
7  [StructLayout(LayoutKind.Sequential, Size = 1)]
8  [ComVisible(true)]
9  [__DynamicallyInvokable]
10  public sealed class Void
11  {
12  }
13 }
LayoutKind
Controls the layout of an object when exported to unmanaged code.
Definition: LayoutKind.cs:7
Definition: __Canon.cs:3
Specifies a return value type for a method that does not return a value.
Definition: Void.cs:10
Specifies that the class can be serialized.