PreviousNext

The secret magic behind .NET generics

by bill-s, 2018-04-16T18:45:56.737Z

In last post we’ve talked about how .NET does code sharing for reference types. This time let’s take a look at how typeof(T) does its black magic.

Read More