Skip to content

Instantly share code, notes, and snippets.

@codingonHP
Last active August 27, 2016 07:23
Show Gist options
  • Save codingonHP/ddbb8b847807493fd5c057de052ffd46 to your computer and use it in GitHub Desktop.
Save codingonHP/ddbb8b847807493fd5c057de052ffd46 to your computer and use it in GitHub Desktop.
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