@@ -6720,7 +6720,7 @@ An exception was thrown during
6720
6720
</Parameter>
6721
6721
</Parameters>
6722
6722
<Docs>
6723
- <typeparam name="TResult">To be added .</typeparam>
6723
+ <typeparam name="TResult">The type of the result returned by the tasks .</typeparam>
6724
6724
<param name="tasks">The tasks to wait on for completion.</param>
6725
6725
<summary>Creates a task that will complete when all of the supplied tasks have completed.</summary>
6726
6726
<returns>A task that represents the completion of all of the supplied tasks.</returns>
@@ -7178,7 +7178,7 @@ The returned task will complete when any of the supplied tasks has completed. T
7178
7178
</Parameter>
7179
7179
</Parameters>
7180
7180
<Docs>
7181
- <typeparam name="TResult">To be added .</typeparam>
7181
+ <typeparam name="TResult">The type of the result returned by the tasks .</typeparam>
7182
7182
<param name="tasks">The tasks to wait on for completion.</param>
7183
7183
<summary>Creates a task that will complete when any of the supplied tasks have completed.</summary>
7184
7184
<returns>A task that represents the completion of one of the supplied tasks. The return Task's Result is the task that completed.</returns>
@@ -7352,7 +7352,7 @@ The returned task will complete when any of the supplied tasks has completed. T
7352
7352
<Parameter Name="tasks" Type="System.Collections.Generic.IEnumerable<System.Threading.Tasks.Task>" Index="0" FrameworkAlternate="net-9.0" />
7353
7353
</Parameters>
7354
7354
<Docs>
7355
- <param name="tasks">To be added .</param>
7355
+ <param name="tasks">The tasks to iterate through as they complete .</param>
7356
7356
<summary>To be added.</summary>
7357
7357
<returns>To be added.</returns>
7358
7358
<remarks>To be added.</remarks>
@@ -7394,7 +7394,7 @@ The returned task will complete when any of the supplied tasks has completed. T
7394
7394
</Parameter>
7395
7395
</Parameters>
7396
7396
<Docs>
7397
- <param name="tasks">To be added .</param>
7397
+ <param name="tasks">The tasks to iterate through as they complete .</param>
7398
7398
<summary>To be added.</summary>
7399
7399
<returns>To be added.</returns>
7400
7400
<remarks>To be added.</remarks>
@@ -7484,8 +7484,8 @@ The returned task will complete when any of the supplied tasks has completed. T
7484
7484
<Parameter Name="tasks" Type="System.Collections.Generic.IEnumerable<System.Threading.Tasks.Task<TResult>>" Index="0" FrameworkAlternate="net-9.0" />
7485
7485
</Parameters>
7486
7486
<Docs>
7487
- <typeparam name="TResult">To be added .</typeparam>
7488
- <param name="tasks">To be added .</param>
7487
+ <typeparam name="TResult">The type of the result returned by the tasks .</typeparam>
7488
+ <param name="tasks">The tasks to iterate through as they complete .</param>
7489
7489
<summary>To be added.</summary>
7490
7490
<returns>To be added.</returns>
7491
7491
<remarks>To be added.</remarks>
@@ -7537,8 +7537,8 @@ The returned task will complete when any of the supplied tasks has completed. T
7537
7537
</Parameter>
7538
7538
</Parameters>
7539
7539
<Docs>
7540
- <typeparam name="TResult">To be added .</typeparam>
7541
- <param name="tasks">To be added .</param>
7540
+ <typeparam name="TResult">The type of the result returned by the tasks .</typeparam>
7541
+ <param name="tasks">The tasks to iterate through as they complete .</param>
7542
7542
<summary>To be added.</summary>
7543
7543
<returns>To be added.</returns>
7544
7544
<remarks>To be added.</remarks>
@@ -7590,8 +7590,8 @@ The returned task will complete when any of the supplied tasks has completed. T
7590
7590
</Parameter>
7591
7591
</Parameters>
7592
7592
<Docs>
7593
- <typeparam name="TResult">To be added .</typeparam>
7594
- <param name="tasks">To be added .</param>
7593
+ <typeparam name="TResult">The type of the result returned by the tasks .</typeparam>
7594
+ <param name="tasks">The tasks to iterate through as they complete .</param>
7595
7595
<summary>To be added.</summary>
7596
7596
<returns>To be added.</returns>
7597
7597
<remarks>To be added.</remarks>
0 commit comments