Difference between revisions of "Var-Args"
From Suhrid.net Wiki
Jump to navigationJump to search (Created page with "* Var-args are used to defined methods with variable argument lists. * Syntax <type>... <varargname>") |
(No difference)
|
Revision as of 02:37, 22 August 2011
- Var-args are used to defined methods with variable argument lists.
- Syntax <type>... <varargname>