How to get a MethodSpec's MethodSig without generic parameters #500
Replies: 1 comment
-
has been resolved |
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
-
I want to generate a
Method
with exactly the sameParameterDef
and return type asMethodSpec
, but the parameters obtained throughmethodSpec.GetParams()
has generic type, such asT
,U
, how can I get its real type?Beta Was this translation helpful? Give feedback.
All reactions