public void Dispose() { list = null; position = -1; }
public FixedListEnumerator(FixedList <T> list) { this.list = list; position = -1; }