コード例 #1
0
ファイル: Population.cs プロジェクト: tsvgeorgieva/AmAm
 public IMeal GetFittest()
 {
     return(SortedMeals.First());
 }