Chinchilla.Threading.ThreadWrapper.ThreadWrapper C# (CSharp) Method

ThreadWrapper() public method

public ThreadWrapper ( Thread thread ) : System.Threading
thread System.Threading.Thread
return System.Threading
        public ThreadWrapper(Thread thread)
        {
            this.thread = thread;
        }