Why INamedTypeSymbol.TypeArguments all is INamedTypeSymbol? #80396
Unanswered
zms9110750
asked this question in
Q&A
Replies: 2 comments 5 replies
-
If you want the type parameters, then use the TypeParameters property. The TypeArguments property contains the substituted arguments for each parameter. |
Beta Was this translation helpful? Give feedback.
5 replies
-
@CyrusNajmabadi Hi, But if I want to publish it as nuget so that people can directly reference it without adding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
the code, T in TypeArguments ,it is IErrorTypeSymbol & INamedTypeSymbol . not is ITypeParameterSymbol.
Is this correct?
i want ITypeParameterSymbol
Beta Was this translation helpful? Give feedback.
All reactions