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 array and its types in c#?
Wht executescaler method is used?
What is difference between static and constant variable?
What is serialization and deserialization in c# with example?
What happens when thread sleep () method is called?
Explain About multi level and multiple inheritance how to achieve in .net
What is difference between an reference type and value type in C#?
Is c# queue thread safe?
What is cli in c#?
Differentiate between object pooling and connection pooling in c#?
Can we inherit singleton class in c#?
Can a static class contain non static members?