Implements an indexer through an IEnumerator<T>.
public class FakeList<T>
kind:method, kind:property, kind:ctor. Press Esc to clear.FakeList(IEnumerable<T>)Initializes a new instance of FakeList<T>.FakeList(IEnumerator<T>)Initializes a new instance of FakeList<T>.Item[Int32]Gets the element at the specified index.