Guest User

Untitled

a guest
Dec 7th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. foreach (Obj1 om in List1)
  2. {
  3. foreach (Obj2 ol in List2)
  4. {
  5. if (ol.prop == value)
  6. {
  7. return om.prop
  8. }
  9. }
  10. }
Add Comment
Please, Sign In to add comment