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/8c986e7610f34692b6ee9c6b380be8f2 to your computer and use it in GitHub Desktop.
Save hbulens/8c986e7610f34692b6ee9c6b380be8f2 to your computer and use it in GitHub Desktop.
Func<MyClass, bool> whereClause = (x) => x.MyField == 1;
return myCollection.Where(whereClause );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment