Skip to content

Instantly share code, notes, and snippets.

@codingonHP
Created August 27, 2016 07:36
Show Gist options
  • Save codingonHP/168d0ab0dd86d078bdfeb1e22c9b1498 to your computer and use it in GitHub Desktop.
Save codingonHP/168d0ab0dd86d078bdfeb1e22c9b1498 to your computer and use it in GitHub Desktop.
public bool ValidateCustomer(IValidateCustomer customer)
{
//This method does not retun void and it does not take two ints
//So this MyDelegate cannot point to it.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment