Can anybody please explain this statement written on this link
Invoke(Delegate):
Executes the specified delegate on the thread that owns th
Invoke((MethodInvoker)delegate{ textBox1.Text = "Test"; });