8000 Document System.Buffers.*SpanAction delegates (#3621) · CAndRyan/dotnet-api-docs@32b14c3 · GitHub
[go: up one dir, main page]

Skip to content {"props":{"docsUrl":"https://docs.github.com/get-started/accessibility/keyboard-shortcuts"}}

Commit 32b14c3

Browse files
Document System.Buffers.*SpanAction delegates (dotnet#3621)
* Document System.Buffers.*SpanAction delegates * suggestion by bartonjs Co-Authored-By: Jeremy Barton <jbarton@microsoft.com>
1 parent 973479a commit 32b14c3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

xml/System.Buffers/ReadOnlySpanAction`2.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
<ReturnType>System.Void</ReturnType>
3333
</ReturnValue>
3434
<Docs>
35-
<typeparam name="T">To be added.</typeparam>
36-
<typeparam name="TArg">To be added.</typeparam>
37-
<param name="span">To be added.</param>
38-
<param name="arg">To be added.</param>
39-
<summary>To be added.</summary>
35+
<typeparam name="T">The type of the objects in the read-only span.</typeparam>
36+
<typeparam name="TArg">The type of the object that represents the state.</typeparam>
37+
<param name="span">A read-only span of objects of type <typeparamref name="T" />.</param>
38+
<param name="arg">A state object of type <typeparamref name="TArg" />.</param>
39+
<summary>Encapsulates a method that receives a read-only span of objects of type <typeparamref name="T" /> and a state object of type <typeparamref name="TArg" />.</summary>
4040
<remarks>To be added.</remarks>
4141
</Docs>
4242
</Type>

xml/System.Buffers/SpanAction`2.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
<ReturnType>System.Void</ReturnType>
3333
</ReturnValue>
3434
<Docs>
35-
<typeparam name="T">To be added.</typeparam>
36-
<typeparam name="TArg">To be added.</typeparam>
37-
<param name="span">To be added.</param>
38-
<param name="arg">To be added.</param>
39-
<summary>To be added.</summary>
35+
<typeparam name="T">The type of the objects in the span.</typeparam>
36+
<typeparam name="TArg">The type of the object that represents the state.</typeparam>
37+
<param name="span">A span of objects of type <typeparamref name="T" />.</param>
38+
<param name="arg">A state object of type <typeparamref name="TArg" />.</param>
39+
<summary>Encapsulates a method that receives a span of objects of type <typeparamref name="T" /> and a state object of type <typeparamref name="TArg" />.</summary>
4040
<remarks>To be added.</remarks>
4141
</Docs>
4242
</Type>

0 commit comments

Comments
 (0)
0