青年中文青年中文

Unboxing的意思

Unboxing中文翻譯:

拆箱

相似詞語短語

unboxing video───拆箱視頻

雙語使用場景

When the data moves from value types to reference types its termed as 'Boxing' and the vice versa is termed as 'UnBoxing'.───當把一個“數據”從值類型轉換成引用類型的時候,就叫做“裝箱”,反之叫做“拆箱”。

more information, see boxing and Unboxing.───更多信息,請參見裝箱和取消裝箱。

CN Toys Collector Presents Surprise Eggs Unboxing Toys for Children, 2 Disney Mickey and Minnie Mouse Surprise Eggs Unboxing.───CN玩具收藏家提供了一個驚喜蛋視頻,出奇蛋,蛋驚喜,2米老鼠米妮老鼠蛋驚喜玩具,孩子們,迪斯尼等等。

It is possible to convert a value type to a reference type, and back again to a value type, by using boxing and unboxing.───通過裝箱和取消裝箱,可以將值類型轉換為引用類型,然后再轉換回值類型。

What we'd really like to see would be automatic boxing and unboxing of primitive types, similar to what is done in C# (except better).───我們真正想看到的是,基本類型可以自動進行包裝(boxing)和解包裝(unboxing),類似于用C#所進行的操作(或者比后者更好)。

To int. This example shows both boxing and unboxing. When a variable of a value class.───以上例子展示了裝箱和拆箱兩種概念。當一個對象里面。

Generic types allow for the reuse of code and enhanced performance for collection classes (due to boxing and unboxing issues).───泛型可以提高集合類的代碼重用性和執行效率(由于裝箱和坼箱操作消耗時間的內存)。

Whether it's the baby's first steps or an unboxing of a new geek toy, Qik is the video equivalent of a text service like Twitter.───不管它是否僅是嬰兒邁出的第一步還是新酷玩拆箱,Qik都是等同于類似Twitter那樣的文本服務的視頻。

Similarly, when an object is cast to a value type, the compiler performs the unboxing, extracting the value type from the object wrapping.───同樣,當一個對象被強制轉換為值類型時,編譯器執行取消裝箱,從對象包裝中提取值類型。

英語使用場景

Unboxing conversion converts values of reference type to corresponding values of primitive type.

Boxing and unboxing are computationally expensive processes.

The result of an unboxing conversion is a temporary variable.