You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"If source contains fewer than count elements, an empty IEnumerable is returned." should be changed to "If source contains fewer than or equal to count elements, an empty IEnumerable is returned". Because if source had count number of elements and count of them are skipped, the remaining is empty IEnumerable.