|
I was looking around and couldn't find anything about binding C# methods with the |
Answered by
slozier
Oct 12, 2025
Replies: 1 comment 1 reply
|
I think
Can you share an example of what you tried so I can understand how it doesn't work as you expect? |
1 reply
Answer selected by
WXAGames
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I think
paramsshould just work? For example, when callingSystem.String.Formatit'll use theparamsoverload:Can you share an example of what you tried so I can understand how it doesn't work as you expect?