Multi Threading


using System.Threading;
using System;

public class SingleThread
{
    // A C# client program (Console, WPF, or Windows Forms) starts in a single thread created automatically by the CLR and operating system (the 
Output:
x0
x1
x2
x3
x4
x5