Better debugger visualization for .net 1.1 style custom collections
authorMarek Safar <marek.safar@gmail.com>
Thu, 10 Oct 2013 10:10:06 +0000 (12:10 +0200)
committerMarek Safar <marek.safar@gmail.com>
Thu, 10 Oct 2013 14:09:31 +0000 (16:09 +0200)
mcs/class/corlib/System.Collections/CollectionBase.cs

index 75817380b13eb5d35b01001ee99ef8ef4382e114..d3f6a40ea95825d0e9472dee8399099a8d8e3b0a 100644 (file)
@@ -37,6 +37,8 @@ namespace System.Collections {
 
        [ComVisible(true)]
        [Serializable]
+       [System.Diagnostics.DebuggerDisplay ("Count={Count}")]
+       [System.Diagnostics.DebuggerTypeProxy (typeof (CollectionDebuggerView))]
 #if INSIDE_CORLIB
        public
 #else