RicoSuter / Namotion.Reflection

.NET library with advanced reflection APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Given a `ContextualType` can I get a `TypeParameter()`?

shoe-diamente opened this issue · comments

When you have a Type you can get a type.GetTypeInfo().TypeParameter().
What's the equivalent for a ContextualType?

TypeParameter was an extension method.