Get the type parameters of a parametric type

I see — this is for code exploration only. In that case, I would recommend dump, and of course reading the source code, but typeof(T).parameters is fine too.

2 Likes