I have a collection of List where the object collection is a strong typed custom object I created, I have around 300 objects in the collection.
Is it possible for me to determine how much memory this particular list is using while stepping through code during a debugging session.

