Niečo takéto?
double item = this[oldIndex]; this.RemoveAt(oldIndex); this.Insert(newIndex, item);
Zpět do poradny