System.Windows.Forms.XplatUIX11.StartLoop C# (CSharp) Méthode

StartLoop() private méthode

private StartLoop ( Thread thread ) : object
thread Thread
Résultat object
		internal override object StartLoop(Thread thread) {
			XEventQueue q = ThreadQueue(thread);
			return q;
		}
XplatUIX11