114
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
Next TopicC# Threading Example