C# lambda expression reverse direction <=

后端 未结 3 1832
小蘑菇
小蘑菇 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:09

    That's not a lambda at all. That's less than or equal to

    (Except when it's actually a reverse lambda)

提交回复
热议问题