Is it possible to know how many objects of a type are loaded in Visual Studio 2013

Viewed 1532

I would like to know if while debugging, is possible to know how many objects of a type are loaded using a Visual Studio 2013. I am currently developing in C#.

1 Answers
Related