Is there any way to give compiler a hint about nullability in case of chained methods?

前端 未结 0 969
天涯浪人
天涯浪人 2020-12-02 15:55

Consider type Foo and something which yields IEnumerable.

Later in code I do seq.Where(x => x != null), so effec

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