Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hbulens/512db73c993e1843d85f3e2dff2b25cc to your computer and use it in GitHub Desktop.
Save hbulens/512db73c993e1843d85f3e2dff2b25cc to your computer and use it in GitHub Desktop.
p => p.Price > 100 &&
p.Price < 1000 &&
(p.Description.Contains ("foo") ||
p.Description.Contains ("far")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment