-
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
params
should just work? For example, when callingSystem.String.Format
it'll use theparams
overload:Can you share an example of what you tried so I can understand how it doesn't work as you expect?