Skip to content

Commit 9b3d207

Browse files
authored
update the docs for System.Runtime.CompilerServices.Unsafe (dotnet#4081)
* update the docs for SRCS * Update AsyncValueTaskMethodBuilder`1.xml * Update ValueTaskAwaiter`1.xml
1 parent 31a50e1 commit 9b3d207

4 files changed

+6
-5
lines changed

xml/System.Runtime.CompilerServices/AsyncValueTaskMethodBuilder`1.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</Base>
3535
<Interfaces />
3636
<Docs>
37-
<typeparam name="TResult">To be added.</typeparam>
37+
<typeparam name="TResult">The type of the result produced by the task.</typeparam>
3838
<summary>Represents a builder for asynchronous methods that returns a <see cref="T:System.Threading.Tasks.ValueTask`1" />.</summary>
3939
<remarks>To be added.</remarks>
4040
</Docs>

xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter.xml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
</Attributes>
4949
<Docs>
5050
<summary>Provides an awaiter for a <see cref="T:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1" />.</summary>
51+
<typeparam name="TResult">The type of the result produced by the task.</typeparam>
5152
<remarks>To be added.</remarks>
5253
</Docs>
5354
<Members>

xml/System.Runtime.CompilerServices/TupleElementNamesAttribute.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
</AssemblyInfo>
7575
<Parameters />
7676
<Docs>
77-
<summary>To be added.</summary>
77+
<summary>>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.TupleElementNamesAttribute" /> class.</summary>
7878
<remarks>To be added.</remarks>
7979
</Docs>
8080
</Member>

xml/System.Runtime.CompilerServices/ValueTaskAwaiter`1.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</Attribute>
4747
</Attributes>
4848
<Docs>
49-
<typeparam name="TResult">To be added.</typeparam>
49+
<typeparam name="TResult">The type of the result produced by the task.</typeparam>
5050
<summary>Provides an awaiter for a <see cref="T:System.Threading.Tasks.ValueTask`1" />.</summary>
5151
<remarks>To be added.</remarks>
5252
</Docs>
@@ -81,7 +81,7 @@
8181
<Parameters />
8282
<Docs>
8383
<summary>Gets the result of the ValueTask.</summary>
84-
<returns>To be added.</returns>
84+
<returns>The result of the completed task.</returns>
8585
<remarks>To be added.</remarks>
8686
</Docs>
8787
</Member>
@@ -153,7 +153,7 @@
153153
<Parameter Name="continuation" Type="System.Action" />
154154
</Parameters>
155155
<Docs>
156-
<param name="continuation">To be added.</param>
156+
<param name="continuation">The action to perform when the wait operation completes.</param>
157157
<summary>Schedules the continuation action for this <see cref="T:System.Threading.Tasks.ValueTask`1" />.</summary>
158158
<remarks>To be added.</remarks>
159159
</Docs>

0 commit comments

Comments
 (0)