Skip to content

Commit 3d0f12e

Browse files
carlossanlopmairaw
authored andcommitted
Ported missing System.Threading.Channels comments from source to Docs (#2308)
* Ported missing System.Threading.Channels comments from source to Docs * Update xml/System.Threading.Channels/ChannelReader`1.xml Co-Authored-By: carlossanlop <[email protected]> * Update xml/System.Threading.Channels/Channel`2.xml Co-Authored-By: carlossanlop <[email protected]> * Update xml/System.Threading.Channels/Channel`2.xml Co-Authored-By: carlossanlop <[email protected]> * Update xml/System.Threading.Channels/Channel`2.xml Co-Authored-By: carlossanlop <[email protected]> * Update xml/System.Threading.Channels/Channel`2.xml Co-Authored-By: carlossanlop <[email protected]> * Update xml/System.Threading.Channels/Channel`2.xml Co-Authored-By: carlossanlop <[email protected]> * fix link
1 parent 060c4a2 commit 3d0f12e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

xml/System.Threading.Channels/ChannelReader`1.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
</ReturnValue>
8282
<Parameters />
8383
<Docs>
84-
<summary>To be added.</summary>
85-
<returns>To be added.</returns>
84+
<summary>Creates an <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that enables reading all of the data from the channel.</summary>
85+
<returns>An <see cref="T:System.Collections.Generic.IAsyncEnumerable`1" /> that enables reading all of the data from the channel.</returns>
8686
<remarks>To be added.</remarks>
8787
</Docs>
8888
</Member>
@@ -163,4 +163,4 @@
163163
</Docs>
164164
</Member>
165165
</Members>
166-
</Type>
166+
</Type>

xml/System.Threading.Channels/Channel`2.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
<Parameter Name="channel" Type="System.Threading.Channels.Channel&lt;TWrite,TRead&gt;" />
6464
</Parameters>
6565
<Docs>
66-
<param name="channel">To be added.</param>
67-
<summary>To be added.</summary>
68-
<returns>To be added.</returns>
66+
<param name="channel">The <see cref="T:System.Threading.Channels.Channel`2" /> being cast.</param>
67+
<summary>Implicit cast from a <see cref="T:System.Threading.Channels.Channel`2" /> to its readable half.</summary>
68+
<returns>The readable half.</returns>
6969
<remarks>To be added.</remarks>
7070
</Docs>
7171
</Member>
@@ -89,9 +89,9 @@
8989
<Parameter Name="channel" Type="System.Threading.Channels.Channel&lt;TWrite,TRead&gt;" />
9090
</Parameters>
9191
<Docs>
92-
<param name="channel">To be added.</param>
93-
<summary>To be added.</summary>
94-
<returns>To be added.</returns>
92+
<param name="channel">The <see cref="T:System.Threading.Channels.Channel`2" /> being cast.</param>
93+
<summary>Implicit cast from a <see cref="T:System.Threading.Channels.Channel`2" /> to its writable half.</summary>
94+
<returns>The writable half.</returns>
9595
<remarks>To be added.</remarks>
9696
</Docs>
9797
</Member>
@@ -140,4 +140,4 @@
140140
</Docs>
141141
</Member>
142142
</Members>
143-
</Type>
143+
</Type>

0 commit comments

Comments
 (0)