public void AddRange(TNode[] items, int offset, int length)
 {
     _builder.AddRange(items, offset, length);
 }