What does () => mean in C#?

前端 未结 6 1326
再見小時候
再見小時候 2020-12-06 06:20

I\'ve been reading through the source code for Moq and I came across the following unit test:

Assert.Throws(() => Times         


        
6条回答
  •  既然无缘
    2020-12-06 07:11

    I don't program in C#, but Googling "C# Lambda" provided this link that answers your question!!!

提交回复
热议问题