foo

  1. void foo(int abcd, int bcdef, ...)
  2. void foo(int abcd, int bcdef, int[] arr...)
    void
    foo
    (
    int abcd
    ,
    int bcdef
    ,
    int[] arr...
    )

Parameters

abcd
Type: int

none1

bcdef
Type: int

none23

arr
Type: int[]

doo

Meta