Last active
August 29, 2015 14:24
-
-
Save n-taku/535efa476a2e290b9d0a to your computer and use it in GitHub Desktop.
This file contains 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 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