Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save portal7/2f67eec8c18a97c22c812f22b1a05722 to your computer and use it in GitHub Desktop.
Save portal7/2f67eec8c18a97c22c812f22b1a05722 to your computer and use it in GitHub Desktop.
var navProps = new Expression<Func<Beer, object>>[]
{
a => a.Ingredients,
a => a.Sizes,
a => a.Hangovers
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment