2007-11-30 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Metadata.W3cXsd2001 / ISoapXsd.cs
index 85eb4b9fa436850ae98b93978c80d006dfad8d81..6c52cb0a039dccab6301844948eb648e8e462524 100644 (file)
@@ -32,6 +32,9 @@
 
 namespace System.Runtime.Remoting.Metadata.W3cXsd2001 
 {
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
         public interface ISoapXsd {
                string GetXsdType();
        }