-
|
I was looking around and couldn't find anything about binding C# methods with the |
Beta Was this translation helpful? Give feedback.
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? |
Beta Was this translation helpful? Give feedback.

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?