-
Notifications
You must be signed in to change notification settings - Fork 101
[feature] Support for out parameters #83
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
Comments
+1 for this, supporting |
Hello @olegbevz. |
Thanks @codingseb, hope things are (will be) fine! I think that priority of missing keywords would be |
@lofcz Thanks, you are awesome. |
I published version 1.4.20.0 that add support for The implementation is a bit more permissive than in pure C# and also required to modify a bit the way the library search the right override of a method and how it manage parameters to call it. I made a few tests to ensure that the most cases work but if you find some bugs related to this don't hesitate to open new issues. Thanks guys |
Congratulations, great job @codingseb ! |
Hello, I need to call IDictionary.TryGetValue method in my expression, as I understand out parameters are not supported now.
I've tried to execute following code in TryWindow application:
and have got following message:
Mb I did something wrong?
Are there any plans to support out parameters feature?
The text was updated successfully, but these errors were encountered: