Skip to content
Discussion options

You must be logged in to vote

I think params should just work? For example, when calling System.String.Format it'll use the params overload:

System.String.Format("{0}{1}{2}{3}{4}{5}{6}", 0, 1, 2, 3, 4, 5, 6)

Can you share an example of what you tried so I can understand how it doesn't work as you expect?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@WXAGames
Comment options

Answer selected by WXAGames
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants