-
Notifications
You must be signed in to change notification settings - Fork 263
Support variadic parameters for .NET #153
Copy link
Copy link
Closed
Labels
effort/mediumMedium work item – a couple days of effortMedium work item – a couple days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.good first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdlanguage/dotnetRelated to .NET bindings (C#, F#, ...)Related to .NET bindings (C#, F#, ...)p0
Metadata
Metadata
Assignees
Labels
effort/mediumMedium work item – a couple days of effortMedium work item – a couple days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.good first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdlanguage/dotnetRelated to .NET bindings (C#, F#, ...)Related to .NET bindings (C#, F#, ...)p0
This might be more involved that just adding the "params" keyword. Consider the following signature:
But in this case, there's no ambiguity:
This might not matter, since generated code does not include any invocations of the generated methods. Just something to keep in mind.