I have the following code in an object pool that implements the IEnumerable interface.
public IEnumerable ActiveNodes { get { for (int i
Does it have to be IEnumerable? Will refactoring to an array with good old indexed acecss help?