Omitted argument cannot match a ParamArray parameter
You have omitted an argument required to match a ParamArray
parameter. ParamArray
, which allows you to pass an arbitrary number of arguments to a procedure, can be used only on the last argument of an argument list.
Error ID: BC30588
- Supply the omitted argument.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: