argument list 中文意思是什麼

argument list 解釋
變元表
  • argument : n 1 爭論,辯論,論證。2 論據,論點。3 (書籍等的)梗概,摘要,大綱;(劇本等的)情節。4 【數學】...
  • list : n 1 清單,目錄,表,一覽表;名單。2 (交易所中)全部上市證券。3 =listprice an active list現役軍...
  1. If the function, such as string replacement function, accepts both arrays and single characters as arguments, and if your argument list is not too long, consider writing a few redundant replacement statements, passing one character at a time, instead of one line of code that accepts arrays as search and replace arguments

    如果一個字元串替換函數,可接受數組或字元作為參數,並且參數長度不太長,那麼可以考慮額外寫一段替換代碼,使得每次傳遞參數是一個字元,而不是只寫一行代碼接受數組作為查詢和替換的參數。
  2. When the method object is called with an argument list, it is unpacked again, a new argument list is constructed from the instance object and the original argument list, and the function object is called with this new argument list

    以一個參數列表調用方法對象時,它被重新拆封,用實例對象和原始的參數列表構造一個新的參數列表,然後函數對象調用這個新的參數列表。
  3. Invokes the specified member, using the specified binding constraints and matching the specified argument list

    使用指定的綁定約束並匹配指定的參數列表,調用指定成員。
  4. In pl / 1, an expression and argument list that is part of a procedure reference

    1語言中的一個表達式及自變量表,是過程參照的一部分。
  5. Now, because of the variable - argument list features of tiger, any comma - separated list will work, as shown in listing 3

    現在,因為tiger的可變參數列表特性,任何用逗號分隔的列表都可以接受,如清單3所示:
  6. A zero completes each argument list

    最後, 0標示變元表結束。
  7. Discusses how to pass an array of values to a procedure or property using the argument list

    討論如何使用參數列表向過程或屬性傳遞一組值。
  8. You can break an argument list with the line - continuation character, but the individual names of the arguments must remain intact

    可以用行繼續符拆分一個參數列表,但單個參數名必須保持完整。
  9. For a generic type, encloses the generic type argument list

    對于泛型類型,則括起泛型類型實參列表。
  10. A compiler can deduce type and non - type arguments from a call, provided the function argument list uniquely identifies the set of template arguments

    如果根據函數實參表能夠決定一組模板實參,那麼編譯器就能從一個調用中演繹出類型和非類型實參。
  11. The open - parenthesis is followed by an optional argument list

    開括號後面跟著一個可選的參數列表。
  12. Omitting the constructor argument list and enclosing parentheses is equivalent to specifying an empty argument list

    刪除構造函數參數列表和圓括號相當于明確一個空的參數列表。
  13. Gets the supplied xml path language xpath types for the function s argument list

    獲取為函數的參數列表提供的xml路徑語言( xpath )類型。
  14. Position in argument list, or null for function return value

    在參數列表中的位置,對于函數返回值為null 。
  15. Position in the argument list, or null for a function return value

    在參數列表中的位置,對于函數返回值為null 。
  16. What we do is, in a loop, march down the argument list checking each one to see if it is an option

    我們所做的是,用一個循環遍歷參數列表檢查每個參數來看它是否為選項。
  17. As part of preparing the argument list for the call to

    作為準備參數列表以調用
  18. For procedures that take a variable argument list, the

    對于採用可變參數列表的過程,
  19. Returns an argument list handle for the current method

    返回當前方法的參數列表句柄。
  20. An argument list for the invoked method or constructor

    調用的方法或構造函數的參數列表。
分享友人