Varargs in C#
#8476
Replies: 1 comment 1 reply
-
No, this syntax doesn't exist. The paragraph you mentioned is speaking figuratively, you can read 'pseudo-documented "..."' as 'pseudo-documented "bananas"', followed by the statement that |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I found the following in this document:
What is meant by 'pseudo-documented "..."'? I know what
__arglist
is and I thought it was the only way to declare varargs methods in C#, but according to this document, it also supports the C syntax? I tried the following, but it does not compile.Is this an error in the documentation or does this syntax actually exist?
Beta Was this translation helpful? Give feedback.
All reactions