what is the difference between Skip() and SkipWhile() extension method?
Answer Posted / Akash Deep Gyan
Skip() skips a specified number of elements from the beginning of an enumerable collection, whereas SkipWhile() skips elements as long as a specified condition remains true. The key difference lies in the way they operate: one by count and the other by condition.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category