-
Apologies in advance if I'm filing an issue over nothing, but given a property:
How do I get the string value? I dug into If it not currently possible, can this be added? |
Beta Was this translation helpful? Give feedback.
Answered by
jbevain
Apr 26, 2021
Replies: 1 comment
-
Hi @jcmrva, I suggest you open the assembly in a tool like From a metadata perspective, there's nothing tying that value to a field or a property. It's just code. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jbevain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jcmrva,
I suggest you open the assembly in a tool like
ILSpy
. You'll see that the property of backing field is set in the constructor of your type.From a metadata perspective, there's nothing tying that value to a field or a property. It's just code.