Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Override LINQ Enumerable methods for ICollection/IList #2

Open
18 of 28 tasks
ndrwrbgs opened this issue Feb 28, 2018 · 0 comments
Open
18 of 28 tasks

Override LINQ Enumerable methods for ICollection/IList #2

ndrwrbgs opened this issue Feb 28, 2018 · 0 comments

Comments

@ndrwrbgs
Copy link
Owner

ndrwrbgs commented Feb 28, 2018

MDSN - Enumerable Methods

NOTE: When adding implementations, update #1 to add to the Benchmark TODO

Sequence modification methods

  • Append
  • AsEnumerable - Meant to stay in IEnumerable
  • Cast
  • Concat - needs some ICollection+IList permutations
  • DefaultIfEmpty
  • Distinct - Exact size cannot be known
  • Except - Exact size cannot be known
  • GroupBy - Exact size cannot be known
  • GroupJoin
  • Intersect - Exact size cannot be known
  • Join
  • OfType - Exact size cannot be known
  • OrderBy
  • OrderByDescending
  • Prepend
  • Reverse
  • Select
  • SelectMany - Exact size cannot be known
  • Skip
  • SkipWhile - Exact size cannot be known
  • Take
  • TakeWhile - Exact size cannot be known
  • ThenBy
  • ThenByDescending
  • ToLookup - Exact size cannot be known
  • Union - Exact size cannot be known
  • Where - Exact size cannot be known
  • Zip - needs some ICollection+IList permutations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant