2009-06-25 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Metadata / SoapMethodAttribute.cs
index 184febfdbe058456bc041059e4e72d4c74e1af7c..ad26a2b23f012b5ed7f8a4b9ecc20ba095cb8adf 100644 (file)
@@ -38,6 +38,9 @@ using System.Runtime.Remoting.Metadata;
 namespace System.Runtime.Remoting.Metadata {
 
        [AttributeUsage (AttributeTargets.Method)]
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public sealed class SoapMethodAttribute : SoapAttribute
        {
                string _responseElement;