The class self reference parameter cannot be marked as a variadic parameter (AJTERR10045)
Product(s) | Karo.NET Compiler |
---|
Description
A class self reference parameter cannot be marked as variadic.
|...self: !| /* ^^^ A class self reference parameter cannot be marked as variadic. */
How can I resolve this error?
Not specified