예제 #1
0
파일: Recipe.cs 프로젝트: ann-marieb/cs2018
 /// <summary>
 /// Get the ingredient at specified index from ingredientList
 /// </summary>
 public string GetIngredientAt(int index)
 {
     return(ingredientsList.GetItem(index));
 }