Uh oh!
There was an error while loading. Please reload this page.
Add LINQ APIs for Index and Range (#28776) - #48559
Conversation
…At, keep the original behavior.
…At, keep the original behavior.
…At, keep the original behavior.
… for ElementAt, ElementAtOrDefault.
ghost
commented
Feb 20, 2021
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
ghost
commented
Feb 20, 2021
Tagging subscribers to this area: @eiriktsarpalis Issue DetailsAdd LINQ APIs for index and range:
Close #28776. This is to replace PR #47950. I initially opened PR #47950, but accidentally closed it, and I cannot reopen it. @stephentoub@eiriktsarpalis Please review this PR. Sorry for the inconvenience.
|
eiriktsarpalis
left a comment
There was a problem hiding this comment.
Thank you for your contribution!
eiriktsarpalis
commented
Feb 22, 2021
CI failures seem unrelated, merging away. |
Dixin
commented
Feb 22, 2021
@eiriktsarpalis@stephentoub Thank you for all the help. As we discussed, I opened a new proposal for optimization #48631. I am already working on the coding, will send PR once it is done. |
Add LINQ APIs for index and range:
Close#28776.
This is to replace PR #47950. I initially opened PR #47950, but accidentally closed it, and I cannot reopen it.
@stephentoub@eiriktsarpalis Please review this PR. Sorry for the inconvenience.