X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.Remoting.Channels%2FSinkProviderData.cs;h=04a32ae20908aa9c1ea9d86ada09da1520de7c3a;hb=371a1f12a9c0ce20aae7034afeb293321c3952bd;hp=143e341e7654950f84a6779f553736c8adffdeb2;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.Remoting.Channels/SinkProviderData.cs b/mcs/class/corlib/System.Runtime.Remoting.Channels/SinkProviderData.cs index 143e341e765..04a32ae2090 100644 --- a/mcs/class/corlib/System.Runtime.Remoting.Channels/SinkProviderData.cs +++ b/mcs/class/corlib/System.Runtime.Remoting.Channels/SinkProviderData.cs @@ -34,6 +34,9 @@ using System.Collections; namespace System.Runtime.Remoting.Channels { +#if NET_2_0 + [System.Runtime.InteropServices.ComVisible (true)] +#endif public class SinkProviderData { string sinkName;