Created
August 27, 2016 07:36
-
-
Save codingonHP/168d0ab0dd86d078bdfeb1e22c9b1498 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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