Example #1
0
 private void DoInsertValue()
 {
     value.UpdateValue();
     array.InsertItem(value.GetValue(), atIndex.Value);
 }