Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System/System.ComponentModel.Design.Serialization/DesignerLoader.cs')
-rw-r--r--mcs/class/System/System.ComponentModel.Design.Serialization/DesignerLoader.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/System/System.ComponentModel.Design.Serialization/DesignerLoader.cs b/mcs/class/System/System.ComponentModel.Design.Serialization/DesignerLoader.cs
index 863af39dfe5..8cae096c82b 100644
--- a/mcs/class/System/System.ComponentModel.Design.Serialization/DesignerLoader.cs
+++ b/mcs/class/System/System.ComponentModel.Design.Serialization/DesignerLoader.cs
@@ -33,6 +33,9 @@
namespace System.ComponentModel.Design.Serialization
{
// This class is merely an interface with no implementation needed
+#if NET_2_0
+ [System.Runtime.InteropServices.ComVisible (true)]
+#endif
public abstract class DesignerLoader
{