Skip to content

Can't find initial values for properties? #754

Answered by jbevain
jcmrva asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jbevain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #752 on April 26, 2021 17:38.