null argument 中文意思是什麼

null argument 解釋
空變元
  • null : adj 1 無效力的,無束縛力的。2 無效的,無用的,無益的;無價值的。3 沒特徵[個性]的,沒表情的。4 〈...
  • argument : n 1 爭論,辯論,論證。2 論據,論點。3 (書籍等的)梗概,摘要,大綱;(劇本等的)情節。4 【數學】...
  1. If you assume that an argument is not null, for example, use an assertion statement to check for that assumption

    例如,如果假定某個參數不為null ,請使用一條斷言語句檢查該假定。
  2. If a particular argument has no required custom modifiers, specify a null reference nothing in visual basic instead of an array of types

    如果某個特定參數沒有必需的自定義修飾符,請指定空引用(在visual basic中為nothing ) ,而不要指定類型數組。
  3. If a particular argument has no optional custom modifiers, specify a null reference nothing in visual basic instead of an array of types

    如果某個特定參數沒有可選的自定義修飾符,請指定空引用(在visual basic中為nothing ) ,而不要指定類型數組。
  4. For an explicit reference conversion to be successful, the source value must be a null reference nothing in visual basic, or the object type referenced by the source argument must be convertible to the destination type by an implicit reference conversion

    為使顯式引用轉換成功進行,源值必須為空引用(在visual basic中為nothing ) ,或者源參數引用的對象類型必須可以通過隱式引用轉換來轉換為目標類型。
  5. It is easier having the trust certificates in a single pem file, keeping the path argument as null, like this

    將信任證書保存在一個pem文件中比較簡單,這樣可以使path參數為空,如下所示:
  6. Sqrt returns a null result if the argument is null

    如果參數為空,則sqrt返回的結果為空。
  7. A null reference was passed to a method that does not accept it as a valid argument

    向不接受空引用作為有效參數的方法傳遞了一個空引用。
  8. Note that the host must not throw an elementnameinvalid exception when the name parameter is a null pointer, as a null pointer is a valid argument used to request engine - level data

    請注意,當名稱參數為空指針時,宿主一定不能引發elementnameinvalid異常,因為空指針是用來請求引擎級數據的有效變量。
  9. Warning c6308 : realloc may return null pointer : assigning a null pointer to variable, which is passed as an argument to realloc, will cause the original memory block to be leaked

    警告c6308 : 「 realloc 」可能返回空指針:將空指針賦給< variable > (後者將作為參數傳遞給「 realloc 」 )將導致原始內存塊泄漏
  10. The conventional way to have a reference refer to no - object is to provide an explicit singleton representing by convention a null object which often serves as a default argument to a function parameter

    (讓引用引用空對象的常規方式是提供顯式的單一實例,按約定,該實例表示一個經常充當函數參數的默認變量的空對象) 。
  11. String is used in place of any null argument

    字元串替代任何空參數。
  12. In non - debug builds, both functions just test for a non - null argument

    在非調試版本中,兩個函數都僅測試非null參數。
  13. The following code example shows a property that throws an exception if the caller passes a null argument

    下面的代碼示例演示一個屬性,該屬性在調用方傳遞一個空參數時引發異常。
  14. Do throw system. argumentnullexception if a null argument is passed but the member does not support null nothing in visual basic arguments

    如果傳遞了一個空參數而成員不支持空(在visual basic中為nothing )參數,則應引發system . argumentnullexception 。
  15. Position in argument list, or null for function return value

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

    在參數列表中的位置,對于函數返回值為null 。
  17. This means that the function body executes even if null is passed as an argument

    這意味著即使傳遞的參數為null ,也將執行函數體。
  18. If no argument is specified, a null value is used

    如果未指定參數,則使用空值。
分享友人