Поиск по List
Есть List <StudSkills>
public class StudSkills
{
public string Student { get; set; }
public bool Math { get; set; }
public bool Phisycs { get; set; }
}
Как получить количество строк, в которых Math = true?
Есть List <StudSkills>
public class StudSkills
{
public string Student { get; set; }
public bool Math { get; set; }
public bool Phisycs { get; set; }
}
Как получить количество строк, в которых Math = true?