Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ambiguous error with overloaded methods #44

Open
keb1965 opened this issue Sep 23, 2018 · 1 comment
Open

Ambiguous error with overloaded methods #44

keb1965 opened this issue Sep 23, 2018 · 1 comment

Comments

@keb1965
Copy link

keb1965 commented Sep 23, 2018

Initially I tried to create a method with multiple optional nullable params but that wouldn't work. I kept getting an error that no method could be found matching the signature, so I made overloaded methods and now I am getting an ambiguous method error.

The methods differ only in the number and type of arguments.

@hunkydoryrepair
Copy link
Contributor

There was a recent post that may have found this problem. How similar were your methods? It seemed it wasn't catching minor differences, like int vs uint, if there were multiple arguments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants