Hacker News new | ask | show | jobs
by steeleduncan 1418 days ago
No, from the C# docs[1] - Boxing is the process of converting a value type to the type object or to any interface type implemented by this value type

[1] https://docs.microsoft.com/en-us/dotnet/csharp/programming-g...

1 comments

Right, so then in C# a boxed value is an object as far as I can tell.