Пример #1
0
 public void Push(int newElement)
 {
     _array = HelpersForSet.ExpandArray(_array, newElement);
 }