Hardly.Thread.Thread C# (CSharp) Méthode

Thread() public méthode

public Thread ( System.Action run ) : System
run System.Action
Résultat System
        public Thread(Action run)
        {
            this.run = run;
        }