C# lambda expression reverse direction <=

后端 未结 3 1837
小蘑菇
小蘑菇 2021-01-30 15:34

I have seen some code which uses the <= operator. Can you explain what is the use of having lambda in reverse direction?

3条回答
  •  终归单人心
    2021-01-30 16:23

    That's just less than or equal. I don't think C# lambdas work like that. It's too early in the morning. You need coffee.

提交回复
热议问题