100 Views
Using the following line a new stopwatch object will be created: System.Diagnostics.Stopwatch myStopWatch = newSystem.Diagnostics.Stopwatch(); The "Start" method will start the stopwatch:
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
Using the following line a new stopwatch object will be created: System.Diagnostics.Stopwatch myStopWatch = newSystem.Diagnostics.Stopwatch(); The "Start" method will start the stopwatch: