Home » C# Main Thread

C# Main Thread

by Online Tutorials Library

C# Main Thread Example

The first thread which is created inside a process is called Main thread. It starts first and ends at last.

Let’s see an example of Main thread in C#.

Output:

MainThread 

You may also like