c# Lambda as Method Parameter (with reference)

前端 未结 0 1448
粉色の甜心
粉色の甜心 2020-12-20 18:58

If I declare a method:

public void AddWidget(Func widgetFunc)
{
    Widget widget = widgetFunc();
    // Use widget
}

then this

相关标签:
回答
  • 消灭零回复
提交回复
热议问题