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

StartLoop() private method

private StartLoop ( Thread thread ) : object
thread Thread
return object
		internal override object StartLoop(Thread thread) {
			return new object ();
		}
		
XplatUICarbon