a linq query to find something
Posted
by rap-uvic
on Stack Overflow
See other posts from Stack Overflow
or by rap-uvic
Published on 2010-04-20T17:25:28Z
Indexed on
2010/04/20
17:33 UTC
Read the original article
Hit count: 227
Hi,
I have object A which contains multiple instances of object B, which in turn contains multiple instances of object C. I need to write a function which, given Object A needs search through instances of objects B and objects C and find a particular object C. How would I do this using LINQ?
© Stack Overflow or respective owner