Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

stephentoub
Copy link
Member

Fixes #1530

@ghost
Copy link

ghost commented Sep 27, 2022

Tagging subscribers to this area: @dotnet/area-system-collections
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #1530

Author: stephentoub
Assignees: -
Labels:

area-System.Collections

Milestone: 8.0.0

@ghost
Copy link

ghost commented Sep 27, 2022

Note regarding the new-api-needs-documentation label:

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 ghost assigned stephentoub Sep 27, 2022
Copy link
Member

@eiriktsarpalis eiriktsarpalis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

…neric/CollectionExtensions.cs

Co-authored-by: Eirik Tsarpalis <[email protected]>
…neric/CollectionExtensions.cs

Co-authored-by: Eirik Tsarpalis <[email protected]>
@stephentoub stephentoub merged commit 1d62590 into dotnet:main Sep 29, 2022
@stephentoub stephentoub deleted the listextensions branch September 29, 2022 02:11
@ghost ghost locked as resolved and limited conversation to collaborators Oct 29, 2022
@jeffhandley jeffhandley added the blog-candidate Completed PRs that are candidate topics for blog post coverage label Mar 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Collections blog-candidate Completed PRs that are candidate topics for blog post coverage new-api-needs-documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API for inserting a Span<T> into a List<T> efficiently
4 participants