我有一个对象 allStudents = Dictionary<ClassRoom, List<Student>>()
allStudents = Dictionary<ClassRoom, List<Student>>()
在Linq,我如何获得所有男性学生的名单?(student.Gender =="m")来自所有课堂?
伊恩
c# linq dictionary
c# ×1
dictionary ×1
linq ×1