Fix problems with overlong directory names: phase #1
[mono.git] / mcs / class / System / System.CodeDom / CodeTypeDeclaration.cs
index c633c6b8d7e6982f9021c8fb75ab5d765d434e4d..adf0e867c01ae1a1dcad3112f67b5173ea21b720 100644 (file)
@@ -176,6 +176,7 @@ namespace System.CodeDom
                        }
                }
 
+               [ComVisible (false)]
                public CodeTypeParameterCollection TypeParameters {
                        get {
                                if (typeParameters == null)