-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
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.
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. |
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.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution!
CI failures seem unrelated, merging away. |
@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.