unbox
美
英 
例句
Attempting to unbox null or a reference to an incompatible value type will result in an InvalidCastException.
嘗試對null或對不兼容值類型的引用進行取消裝箱操作,將導致InvalidCastException。
Its Amazon Video On Demand is the new name for Amazon Unbox, launched two years ago.
這項服務名為AmazonVOD,是該公司兩年前推出的AmazonUnbox服務的新名稱。
When you unbox it you'll find that it comes with an American plug.
當你拆開包裝你會發現附帶了一個美式插頭。
For the most part, Pyrex runs faster than Python by avoiding the need to continuously box and unbox variables of simple data types.
對于大部分情況來說,Pyrex不需要不斷對簡單數據類型變量進行裝箱(box)和拆箱(unbox)操作,因此速度比Python更快。
And unbox data destined for output. Boxing and unboxing reduce performance.
而且還要將預定輸出的數據進行取消裝箱操作。
When using value types, you have to box them in order to push and store them, and unbox the value types when popping them off the stack.
在使用值類型時,必須將它們裝箱以便推送和存儲它們,并且在將值類型彈出堆棧時將其取消裝箱。
Attempting to unbox null or a reference to an incompatible value type will cause an InvalidCastException.
嘗試取消裝箱null或對不兼容值類型的引用會導致InvalidCastException。
Shows how to use safe_cast to unbox a value on the CLR heap.
說明如何使用safe_cast將CLR堆上的值取消裝箱。