[Test] Cleaned up how a bunch of tests were ignored
[mono.git] / mcs / class / corlib / System.Collections / Queue.cs
index bc43f59c8808f1b4774e9f31d665bd786517c588..5e359e821f4d5f1bf85e94360afa20587d2f0422 100644 (file)
@@ -36,9 +36,9 @@ using System.Runtime.InteropServices;
 
 namespace System.Collections {
 
-#if NET_2_0
        [ComVisible(true)]
-#endif
+       [System.Diagnostics.DebuggerDisplay ("Count={Count}")]
+       [System.Diagnostics.DebuggerTypeProxy (typeof (CollectionDebuggerView))]
        [Serializable]
 #if INSIDE_CORLIB
        public