Replies: 1 comment 2 replies
-
What's the benefits comparing to simpler syntax then? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After C#10 introduced
global using
, I found it quite interesting for fixing some generic type parameters which should stay the same for the whole project.and then you do
I think, this might be useful for library authors. However, the names of the classes are somewhat ugly.
Beta Was this translation helpful? Give feedback.
All reactions