Boxing and Unboxing in C#
What boxing is?
As Microsoft's documentation explains, boxing is the process of converting a value type to the type object or to any interface type implemented by this value type. In simple words boxing is the process of converting a value type to re...
tkarropoulos.hashnode.dev1 min read