System.Windows.Forms.XplatUIX11.EndLoop C# (CSharp) Метод

EndLoop() приватный Метод

private EndLoop ( Thread thread ) : void
thread Thread
Результат void
		internal override void EndLoop(Thread thread) {
			// This is where we one day will shut down the loop for the thread
		}
XplatUIX11