unboxed 中文意思是什麼

unboxed 解釋
未裝箱
  1. The two boxed objects are identical to those created by boxing non - nullable types. and, like non - nullable boxed types, can be unboxed into nullable types, like this

    並且,像非可空裝箱類型一樣,可以將它們取消裝箱,使其成為可空類型,如下所示:
  2. Can then be unboxed and assigned to integer variable

    然後,可以對對象
  3. The object reference is popped from the stack and unboxed to a value type pointer

    從堆棧中彈出對象引用並取消裝箱為值類型指針。
  4. Property returns the current node s value as an unboxed

    對象的形式返回當前節點的值。
  5. Converts the boxed representation of a value type to its unboxed form

    將值類型的已裝箱的表示形式轉換為其未裝箱的形式。
  6. Box instruction converts the raw unboxed value type into an object reference type

    指令將「原始」 (未裝箱)值類型轉換成對象引用(
  7. Converts the boxed representation of a type specified in the instruction to its unboxed form

    將指令中指定類型的已裝箱的表示形式轉換成未裝箱形式。
分享友人