Replies: 1 comment
-
Unfortunately I think that's quite impossible. If the JS call site is valid JS like You probably have to options from the top of my head.
Of course if there's an non-generic version like |
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.
-
Hello again!
I've looked through #127, #814, and the tests for #1103 and #1106, but I haven't found an answer to this (unless I'm missing something obvious).
I have a method
public T? ReadColumn<T>(int column)
; how do I call this method and specify whatT
should be? Most of the existing generic support seems to be catered towards T being a type generic or otherwise deducible from the arguments; I'm not sure how to call it when that's not the case.Appreciate the help, as always 🙏
Beta Was this translation helpful? Give feedback.
All reactions