示例#1
0
 public IMeal GetRandomMember()
 {
     return(SortedMeals.ElementAt(MyRandom.Next(SortedMeals.Count)));
 }