LINQ - is SkipWhile broken?

前端 未结 5 624
醉话见心
醉话见心 2020-12-30 22:54

I\'m a bit surprised to find the results of the following code, where I simply want to remove all 3s from a sequence of ints:

var sequence = new [] { 1, 1, 2         


        
5条回答
提交回复
热议问题