質問編集履歴

1

コメント内容に誤り

2022/04/06 09:27

投稿

koz555
koz555

スコア5

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
  var ingredients = recipe.ingredient;
39
39
  var ingredientEquipShortcutsList = ingredients.Select(x => x.item.CreateShortcut(1) as EquipShortcut);
40
40
 
41
- //TODO: ingredients.Concat(ingredientEquipShortcutsList).ToList()が何故か即時評価されず結合出来ないので、Foreachとした
41
+ //TODO: ingredientList.Concat(ingredientEquipShortcutsList).ToList()が何故か即時評価されず結合出来ないので、Foreachとした
42
42
  //ingredientList.Concat(ingredientEquipShortcutsList).ToList();
43
43
  foreach (var item in ingredientEquipShortcutsList)
44
44
  {