Referencing a Generic member without a generic #6928
Unanswered
TonyValenti
asked this question in
Q&A
Replies: 1 comment
-
You can reference What you can't do is have |
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.
-
I have code that looks something like this (simplified):
I want to change my code to be something like this:
So I can always reference
Final.M1
with from a non-genericImportJob
.How can I do that? Is this even possible?
Beta Was this translation helpful? Give feedback.
All reactions