System::Threading::ThreadStart typedef

ThreadStart typedef

Thread function with no parameters.

using System::Threading::ThreadStart =  System::MulticastDelegate<void()>

See Also