0
kicks
"int" inherits from object? An investigation into how & why.
Value types like Int32 ultimately derive from "object". If that's the case, why do they need to be boxed? Whey do they not have the same performance overhead? This post investigates these questions and more.