Annotation Type InOutParameter

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int index
      Defines the index of the inout parameter.
    • Element Detail

      • index

        int index
        Defines the index of the inout parameter. If not specified the inout parameter is assumed to be the last parameter.

        If the out parameter isn't the last parameter you have to provide the index of the out parameter.

        Returns:
        the 1 based index of the out parameter
        Default:
        -1