X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Collections%2FStack.cs;h=9ae8c5b27a359b8a39cf7d76a699d37f25d43250;hb=a90edd6979bd3123c4cba68481d046792456661f;hp=b825e726ad2d4c276b012567e0190c566265ebbb;hpb=9e96be5250df54ea3a2ca5c722ecf2eb996a29d9;p=mono.git diff --git a/mcs/class/corlib/System.Collections/Stack.cs b/mcs/class/corlib/System.Collections/Stack.cs index b825e726ad2..9ae8c5b27a3 100644 --- a/mcs/class/corlib/System.Collections/Stack.cs +++ b/mcs/class/corlib/System.Collections/Stack.cs @@ -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