CreateDepartmentDictionary2 ForEachemployeeDataInemployeeList'部署ごとで振り分けるIfdic.Exists(employeeData.Department)ThenSetlist=dic(employeeData.Department)' キー既に存在した場合は、Dictionaryから中身を取り出すElseSetlist=NewCollection' キーが存在しない場合は初期化するEndIflist.AddemployeeData' 値...