You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Buffers/ReadOnlySpanAction`2.xml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,11 @@
32
32
<ReturnType>System.Void</ReturnType>
33
33
</ReturnValue>
34
34
<Docs>
35
-
<typeparamname="T">To be added.</typeparam>
36
-
<typeparamname="TArg">To be added.</typeparam>
37
-
<paramname="span">To be added.</param>
38
-
<paramname="arg">To be added.</param>
39
-
<summary>To be added.</summary>
35
+
<typeparamname="T">The type of the objects in the read-only span.</typeparam>
36
+
<typeparamname="TArg">The type of the object that represents the state.</typeparam>
37
+
<paramname="span">A read-only span of objects of type <typeparamrefname="T" />.</param>
38
+
<paramname="arg">A state object of type <typeparamrefname="TArg" />.</param>
39
+
<summary>Encapsulates a method that receives a read-only span of objects of type <typeparamrefname="T" /> and a state object of type <typeparamrefname="TArg" />.</summary>
Copy file name to clipboardExpand all lines: xml/System.Buffers/SpanAction`2.xml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,11 @@
32
32
<ReturnType>System.Void</ReturnType>
33
33
</ReturnValue>
34
34
<Docs>
35
-
<typeparamname="T">To be added.</typeparam>
36
-
<typeparamname="TArg">To be added.</typeparam>
37
-
<paramname="span">To be added.</param>
38
-
<paramname="arg">To be added.</param>
39
-
<summary>To be added.</summary>
35
+
<typeparamname="T">The type of the objects in the span.</typeparam>
36
+
<typeparamname="TArg">The type of the object that represents the state.</typeparam>
37
+
<paramname="span">A span of objects of type <typeparamrefname="T" />.</param>
38
+
<paramname="arg">A state object of type <typeparamrefname="TArg" />.</param>
39
+
<summary>Encapsulates a method that receives a span of objects of type <typeparamrefname="T" /> and a state object of type <typeparamrefname="TArg" />.</summary>
0 commit comments