I have a List collection, where a collection of objects is a typical user object with a typed typed name, I have about 300 objects in the collection.
Is it possible for me to determine how much memory is used by this particular list when executing code during a debugging session.
source share