7 Years Ago
Removed IEnumerable from PooledList, because it was encourraging bad usage ( gc'ing foreach usage ). Also added GetActiveRange() to PooledList, that returns the range from 0 to Count in the internal list, for usage with AddRange externally. Removed unused functions from PooledList. It was doing too much weird shit that wasn't being used anyway. Let's keep this class more focused now.