Skip to content

Conversation

buyaa-n
Copy link
Contributor

@buyaa-n buyaa-n commented Sep 6, 2024

Summary

Add remaining missing docs in System mentioned in dotnet/runtime#105987

Fixes dotnet/runtime#105987

@buyaa-n buyaa-n requested a review from a team as a code owner September 6, 2024 23:31
@ghost ghost added the area-System.Runtime label Sep 6, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-runtime

This comment was marked as resolved.

Copy link

Learn Build status updates of commit f839563:

✅ Validation status: passed

File Status Preview URL Details
xml/System/Delegate.xml ✅Succeeded View
xml/System/Delegate+InvocationListEnumerator`1.xml ✅Succeeded View
xml/System/MemoryExtensions.xml ✅Succeeded View
xml/System/MemoryExtensions+SpanSplitEnumerator`1.xml ✅Succeeded View
xml/System/Type.xml ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

Comment on lines +88 to +89
<summary>Implements IEnumerable.GetEnumerator() to return 'this' as the IEnumerator.</summary>
<returns>An IEnumerator instance that can be used to iterate through the invocation targets of the delegate.</returns>
Copy link
Member

Choose a reason for hiding this comment

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

Could you also get up the corresponding PR against dotnet/runtime, to ensure that those XML doc comments are up to date?

It should make it simpler to get those to be the eventual source of truth.

Copy link

Learn Build status updates of commit 329a1da:

✅ Validation status: passed

File Status Preview URL Details
xml/System/Delegate.xml ✅Succeeded View
xml/System/Delegate+InvocationListEnumerator`1.xml ✅Succeeded View
xml/System/MemoryExtensions.xml ✅Succeeded View
xml/System/MemoryExtensions+SpanSplitEnumerator`1.xml ✅Succeeded View
xml/System/Type.xml ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

@buyaa-n buyaa-n merged commit 259fed3 into dotnet:main Sep 10, 2024
3 checks passed
@buyaa-n buyaa-n deleted the system branch September 10, 2024 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port System docs for .NET 9 APIs
3 participants