Skip to content

Instantly share code, notes, and snippets.

@n-taku
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n-taku/535efa476a2e290b9d0a to your computer and use it in GitHub Desktop.
Save n-taku/535efa476a2e290b9d0a to your computer and use it in GitHub Desktop.
public void MyFunction(){...}
public void MyFunction(float parameter){...}
public void MyFunction(int parameter){...}
public void MyFunction(string parameter){...}
public void MyFunction(bool parameter){...}
public void MyFunction(Object parameter){...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment