how did you your Visual Studio to show you, when you did a debug, the output on the right side of the method like in the 04:59 minute? Can you show me how can I do it for my Visual Studio? a link maybe, please
@DotNetHow3 жыл бұрын
Do you mean the magnifier on the right of the screen?
@blackprince053 жыл бұрын
How did you make that particular piece of information: "i =0 slt.count=3" appear in tht form on the 04:39? Sorry the mistake. Thank you!
@DotNetHow3 жыл бұрын
I am not sure how that happened. It was intellisense, but I do not remember the settings. On your previous comment you have said 04:59, not 04:39
@blackprince053 жыл бұрын
@@DotNetHow was my mistake. Sorry about the time. I have visual studio, not inteliisense. Thank you
@DotNetHow3 жыл бұрын
No worries! I mean intellisense of Visual Studio. It has built in intellisense
@conaxliu96774 жыл бұрын
6:00 If documentation is not available, is there any way we can find out that we can use DictionaryEntry in the foreach loop to access the items? I couldn't see any refrence to DictionaryEntry in the class definition.
@andrewwh40k494 жыл бұрын
Sorted List seems like a powerful thing.
@johnphilipsabinet81692 жыл бұрын
i don't understand why you're not using loops and class together.