Merge pull request #2417 from razzfazz/guard_substr
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Metadata / SoapFieldAttribute.cs
index bcc5c205a174c2e462f9eb516c3d9abfde8c007d..f05d507a9100eb2db07d2151c7801ed488e3e8bb 100644 (file)
@@ -37,6 +37,7 @@ using System.Reflection;
 namespace System.Runtime.Remoting.Metadata {
 
        [AttributeUsage (AttributeTargets.Field)]
+       [System.Runtime.InteropServices.ComVisible (true)]
        public sealed class SoapFieldAttribute : SoapAttribute
        {
                int _order;