Beispiel #1
0
 public override void RemoveElement(string cityName)
 {
     GList.RemoveAll(city => city.CityName == cityName);
 }