/*https://github.com/sidristij/memory-pools/blob/master/MemoryPools.Collections*/ namespace MemoryPools.Collections { public interface IPoolingEnumerable : IPoolingEnumerable { // Returns an enumerator that iterates through the collection. /// An enumerator that can be used to iterate through the collection. new IPoolingEnumerator GetEnumerator(); } }