summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Void.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/Void.cs')
-rw-r--r--src/mscorlib/src/System/Void.cs9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mscorlib/src/System/Void.cs b/src/mscorlib/src/System/Void.cs
index 51df8781aa..5c20f634fc 100644
--- a/src/mscorlib/src/System/Void.cs
+++ b/src/mscorlib/src/System/Void.cs
@@ -7,12 +7,11 @@
// This class represents the void return type
////////////////////////////////////////////////////////////////////////////////
-namespace System {
-
- using System;
+namespace System
+{
+ // This class represents the void return type
[Serializable]
- [System.Runtime.InteropServices.ComVisible(true)]
- public struct Void
+ public struct Void
{
}
}