Template:PublicMethod: Difference between revisions
Jump to navigation
Jump to search
imported>AntumDeluge Allow "rettype" param to be used without "ret" |
imported>AntumDeluge Allow "rettype" param to be used without "ret" |
(No difference)
| |
Revision as of 23:53, 19 April 2020
Template output:
- ()
Template for creating method representations.
Example:
- helloWorld (param1, param2)
- A test method.
- param1 : (
int) First parameter - param2 : (
String) Second parameter - returns: (
int) An integer value.