Is there any way in LINQ to get a subset of an array in deferred execution (meaning copy at enumeration time, not build time)?
Well, a simple way of taking a part of LINQ expression is Skip(n).Take(m)
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With