Skip to content

Instantly share code, notes, and snippets.

@mattumotu
Created November 14, 2018 10:13
Show Gist options
  • Save mattumotu/1aff54a537e1ce1ab141b5d79c9d1a54 to your computer and use it in GitHub Desktop.
Save mattumotu/1aff54a537e1ce1ab141b5d79c9d1a54 to your computer and use it in GitHub Desktop.
// Predicate declaration
public delegate bool Predicate<in T>(T arg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment