File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
xml/System.Threading.Channels Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 81
81
</ReturnValue >
82
82
<Parameters />
83
83
<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 >
86
86
<remarks >To be added.</remarks >
87
87
</Docs >
88
88
</Member >
163
163
</Docs >
164
164
</Member >
165
165
</Members >
166
- </Type >
166
+ </Type >
Original file line number Diff line number Diff line change 63
63
<Parameter Name =" channel" Type =" System.Threading.Channels.Channel< TWrite,TRead> " />
64
64
</Parameters >
65
65
<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 >
69
69
<remarks >To be added.</remarks >
70
70
</Docs >
71
71
</Member >
89
89
<Parameter Name =" channel" Type =" System.Threading.Channels.Channel< TWrite,TRead> " />
90
90
</Parameters >
91
91
<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 >
95
95
<remarks >To be added.</remarks >
96
96
</Docs >
97
97
</Member >
140
140
</Docs >
141
141
</Member >
142
142
</Members >
143
- </Type >
143
+ </Type >
You can’t perform that action at this time.
0 commit comments