Var-Args

From Suhrid.net Wiki
Revision as of 03:37, 22 August 2011 by Suhridk (talk | contribs) (Created page with "* Var-args are used to defined methods with variable argument lists. * Syntax <type>... <varargname>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
  • Var-args are used to defined methods with variable argument lists.
  • Syntax <type>... <varargname>