Login
Remember
Register
Ask a Question
What does the This window show in the debugger?
0
votes
asked
Mar 5, 2020
in
C Sharp
by
JackTerrance
What does the This window show in the debugger?
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 5, 2020
by
JackTerrance
It points to the object thats pointed to by this reference. Objects instance data is shown.
...