String.Split(char[],int,StringSplitOptions) should remove empty entries while
[mono.git] / mcs / class / corlib / System / Void.cs
index e9a817dc6b0987a5c75ebbcb02a34a098752e1e8..dab51d7c89beb058334c8dbacb2ea33e3b0ff50f 100644 (file)
@@ -33,6 +33,9 @@
 namespace System
 {
        [Serializable]
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public struct Void
        {
        }