What does the This window show in the debugger?
Answers were Sorted based on User's Feedback
Answer / selvarajks
It points to the object that is pointed to by this reference. Object’s instance data is shown.
Is This Answer Correct ? | 0 Yes | 0 No |
What is the differences between datagrid, datalist and repeater in .net?
What is a int in c#?
How do you create multiple inheritance in C#?
What is the difference between abstraction and encapsulation in c#?
What is a string in c#?
What is protected internal modifier in C#?
Is char * null terminated?
What is a method c#?
How do I run managed code in a process?
Define property in c#.net?
What is multithreading with .net?
What is the use of GC.KeepAlive Method?