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