3
Answers

Thread

Photo of Kok Keong Chua

Kok Keong Chua

14y
2.5k
1
Hi,
May I know what is the difference between these two when define a thread:

Thread oThread = new Thread(new ThreadStart(SomeMethod));

Thread oThread = new Thread(SomeMethod);

Answers (3)