コード例 #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));
 }