Function.argTypes

the data type of the arguments received by this function

if an argType is defined as void, with array dimensions=0, it means accept any type. if an argType is defined as void with array dimensions>0, it means array of any type of that dimensions

  1. DataType[] argTypes [@property getter]
    struct Function
    @property ref
    argTypes
    ()
  2. DataType[] argTypes [@property setter]

Meta