ThreadStart and parameterizedthreadstart delegate?PPrathap11yAsked Jul 29, 2015, 2:46 AM927Visual Basic .NETThread td = new Thread(testMethod);td.Start(); Someone please explain ThreadStart and parameterizedthreadstart delegate with example.
Replies
Know the answer? Post it — somebody with the same question will find it here.