Пример #1
0
 public ImmSortedSet <T> Produce()
 {
     _lineage = Lineage.Mutable();
     return(_inner.Wrap(_comparer));
 }