Exemple #1
0
 public async void SortAsync()
 {
     PropertiesCollection = new ObservableCollection <PropertyListItem>(PropertiesCollection.OrderBy(x => x.Distance));
 }