Interview Questions

What does the This window show in the debugger?

C# Interview Questions and Answers


(Continued from previous question...)

114. What does the This window show in the debugger?

It points to the object that is pointed to by this reference. Object’s instance data is shown.

(Continued on next question...)

Other Interview Questions