参考资料:

[TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public object Invoke(Delegate method);

public object Invoke(Delegate method, params object[] args);

 

this.Invoke(new SetDgvValue(SetControlVal),dgvMain, Completed);

相关文章: