public void Dispose() { sl = null; }
public SkipListEnumerator(SkipList skipList) { this.sl = skipList; currentNode = sl.Head; }