Posts
Sort by recent activity
IList<T> Custom Collections
When using IList<T> for a custom collection. It appears that the underlying array is left in memory after the collection has been GC'd. It says 1 live instance of a size of 16 bytes.
I don't unde...