Example #1
0
 public virtual TreeEnumeratorBase <TKey, TValue> BuilEnumerator(TreeEnumeratorBase <TKey, TValue> enumerator)
 {
     return(enumerator.BuildEnumerator(_rootNode));
 }
Example #2
0
 public override TreeEnumeratorBase <TKey, TValue> BuilEnumerator(TreeEnumeratorBase <TKey, TValue> enumerator)
 {
     throw new NotSupportedException($"AVLTree not support {enumerator.GetType()} enumerator type");
 }