Which of the following will block the current thread for a specified number of milliseconds?
Correct Answer: System.Threading.Thread.Sleep(50);
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More C# MCQ Questions