In my watch window in VS2008, I'm looking at an IEnumerable<classX>
. Expanding the IEnumerable
, some elements are shown with a Value of {classX}
. Others appear with a Value of {[classX]}
. What's the difference? Why are there square brackets on some of them?