Skip to content

Instantly share code, notes, and snippets.

@mattumotu
Created November 14, 2018 09:59
Show Gist options
  • Save mattumotu/c99d188031c289d6bce2e40510449695 to your computer and use it in GitHub Desktop.
Save mattumotu/c99d188031c289d6bce2e40510449695 to your computer and use it in GitHub Desktop.
// Generic example
public delegate return-type myDelegate(<ParameterList>);
// Concrete example
public delegate void responseBehaviour(Person borrower);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment