Skip to content

Instantly share code, notes, and snippets.

@rarous
Created October 15, 2010 08:22
Show Gist options
  • Select an option

  • Save rarous/627841 to your computer and use it in GitHub Desktop.

Select an option

Save rarous/627841 to your computer and use it in GitHub Desktop.
var allowedItems = from pair in dict
where IsAllowed(pair.Key)
select pair.Value;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment