We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c15728 commit 75083e5Copy full SHA for 75083e5
samples/snippets/csharp/VS_Snippets_CLR_System/system.Threading.ThreadStart2/CS/source2.cs
@@ -48,7 +48,7 @@ public static void Main()
48
+ "starting the new InstanceCaller thread.");
49
50
// Create the thread object, passing in the
51
- // serverObject.StaticMethod method using a
+ // ServerClass.StaticMethod method using a
52
// ThreadStart delegate.
53
Thread StaticCaller = new(new ThreadStart(ServerClass.StaticMethod));
54
0 commit comments