Inbox vs Unbox - What's the difference?
inbox | 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 verbs the difference between inbox and unbox
is that inbox is alternative form of lang=en while unbox is to remove from a box.As a noun inbox
is alternative form of lang=en.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.