public void Dispose() { _file = null; _position = -1; _current = null; }
public FixedDataFileEnumerator(FixedDataFile <T> file) { _position = -1; _file = file; }