Merge pull request #5180 from alexrp/profiler-zero-freq
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Metadata.W3cXsd2001 / SoapBase64Binary.cs
index 9a9f013ca57b35bcac49a8c75edabc093752db71..275190debb85c4a727a6716b57cc89791e3a78c1 100644 (file)
@@ -36,6 +36,7 @@ using System;
 namespace System.Runtime.Remoting.Metadata.W3cXsd2001 
 {
        [Serializable]
+       [System.Runtime.InteropServices.ComVisible (true)]
        public sealed class SoapBase64Binary : ISoapXsd
        {
                byte[] _value;