Terms vs Unboxes - What's the difference?
terms | unboxes |
(unbox)
To remove from a box.
* 2005 , Andrew Laties, Rebel Bookseller
(computing) To retrieve (a value of a primitive type) from the object in which it is boxed.
* 2004 , Stephen Teilhet, Jay Hilyard, C# Cookbook
As a noun terms
is .As a verb unboxes is
(unbox).unboxes
English
Verb
(head)unbox
English
Verb
- The booksellers' tasks were to unbox , shelve, and handle cash.
- When a boxing or unboxing operation occurs in code, whether it was implicit or explicit, the IL generated includes the box'' or ''unbox command.