foo

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

Parameters

abcd
Type: int

none1

bcdef
Type: int

none23 ... = doo

Meta