Пример #1
0
 void IEnumerator.Reset()
 {
     _currentNode = _root?.GetFirstLeaf();
 }