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.