public virtual void Sort() { _items.Sort(_keys.GetItems()); _keys.Sort(_keys.GetItems()); if (CollectionChanged != null) { CollectionChanged(this, new EventArgs()); } }
public virtual void Sort() { _coll.Sort(); }