Replies: 1 comment 7 replies
-
The entire point of #29723 is so that you don't have to do this in the first place. You should wait until that API is implemented and released, then you can query for the nullability information with normal reflection code. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to access information about nullable reference types (#29723). Some information seems to be hidden in custom attributes of implements section (not sure how it is called officially). How to access the following attribute via reflection?
Context is here: RicoSuter/Namotion.Reflection#67.
Beta Was this translation helpful? Give feedback.
All reactions