Action无返回值

Func<TResult>有返回值

使用:

Action act = delegate

{

//Do somthing

} ;

this.Dispatcher.BeginInvoke(DispatcherPriority.Noraml, act);

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
  • 2021-08-13
  • 2022-12-23
  • 2021-07-08
猜你喜欢
  • 2021-05-27
  • 2021-09-22
  • 2021-12-12
相关资源
相似解决方案