最終更新:2019-02-21 (木) 15:06:46 (1881d)  

System.Threading.ThreadStart
Top / System.Threading.ThreadStart

epresents the method that executes on a Thread.

Thread で実行するメソッドを表します。 (デリゲート)

public delegate void ThreadStart ()

関連