Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Here's a solution that takes care of collections. It's a VS visualizer that will display the collection values in a grid while debugging as well as save to the clipboard and csv, xml and text files. I'm using it in VS2010 Ultimate. While I haven't tested it extensively, I have tried it on List and Dictionary.</p> <p><a href="http://tinyurl.com/87sf6l7" rel="nofollow">http://tinyurl.com/87sf6l7</a></p> <p>It handles the following collections:</p> <pre><code>•System.Collections classes ◦System.Collections.ArrayList ◦System.Collections.BitArray ◦System.Collections.HashTable ◦System.Collections.Queue ◦System.Collections.SortedList ◦System.Collections.Stack ◦All classes derived from System.Collections.CollectionBase •System.Collections.Specialized classes ◦System.Collections.Specialized.HybridDictionary ◦System.Collections.Specialized.ListDictionary ◦System.Collections.Specialized.NameValueCollection ◦System.Collections.Specialized.OrderedDictionary ◦System.Collections.Specialized.StringCollection ◦System.Collections.Specialized.StringDictionary ◦All classes derived from System.Collections.Specialized.NameObjectCollectionBase •System.Collections.Generic classes ◦System.Collections.Generic.Dictionary ◦System.Collections.Generic.List ◦System.Collections.Generic.LinkedList ◦System.Collections.Generic.Queue ◦System.Collections.Generic.SortedDictionary ◦System.Collections.Generic.SortedList ◦System.Collections.Generic.Stack •IIS classes, as used by ◦System.Web.HttpRequest.Cookies ◦System.Web.HttpRequest.Files ◦System.Web.HttpRequest.Form ◦System.Web.HttpRequest.Headers ◦System.Web.HttpRequest.Params ◦System.Web.HttpRequest.QueryString ◦System.Web.HttpRequest.ServerVariables ◦System.Web.HttpResponse.Cookies </code></pre> <p>As well as a couple of VB6-compatible collections </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload