关于[Anonymous classes and generics limit in .NET/C#?]的摘要:
Have you ever looked how anonymous classes are implemented? If you did, you know it’s a generated generic class. And if you didn’t, you know now. Either way, you can find more details below. But also building on top of [previous post about generic parameters limit in generic classes], where’s the limit here? It surely cannot be higher.
原文地址: https://www.tabsoverspaces.com/233804-anonymous-classes-and-generics-limit-in-net-csharp