2010-05-04 Miguel de Icaza <miguel@novell.com>
[mono.git] / mcs / class / corlib / System.Collections / Stack.cs
index b825e726ad2d4c276b012567e0190c566265ebbb..9ae8c5b27a359b8a39cf7d76a699d37f25d43250 100644 (file)
@@ -34,9 +34,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