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