Last active
August 27, 2016 07:23
-
-
Save codingonHP/ddbb8b847807493fd5c057de052ffd46 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 void DoSomething(int a, int b) | |
{ | |
//do something please | |
} | |
public void Apple(int a, int b) | |
{ | |
//This method also takes two int and returns void | |
} | |
public void Mango(int a, int b) | |
{ | |
//name of the method is irrelevent | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment