System.Windows.Forms.XplatUIX11.StartLoop C# (CSharp) Method

StartLoop() private method

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