C# linq in Dictionary<>
Posted
by BahaiResearch.com
on Stack Overflow
See other posts from Stack Overflow
or by BahaiResearch.com
Published on 2010-03-31T00:11:45Z
Indexed on
2010/03/31
0:13 UTC
Read the original article
Hit count: 161
I have an object allStudents=Dictionary>()
In Linq how would I get a list of all the students who are male? (student.Gender=="m") from all the Classrooms?
Ian
© Stack Overflow or respective owner