System.Windows.Forms.XplatUICarbon.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) {
			return new object ();
		}
		
XplatUICarbon