Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2019-08-08 21:48:14 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-09 17:23:42 +0300
commitcce1583769bd3934f7e5db037f93ae25a2204004 (patch)
treeb181f521ffce3339c1ed72851367cde061506e5c /netcore
parent15963fe836efb1dee1b581dc393300df7256e6df (diff)
Fix StyleCop warning SA1620 (generic XML comment ordering)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Diffstat (limited to 'netcore')
-rw-r--r--netcore/System.Private.CoreLib/shared/System/Threading/Tasks/TaskFactory.cs16
1 files changed, 8 insertions, 8 deletions
diff --git a/netcore/System.Private.CoreLib/shared/System/Threading/Tasks/TaskFactory.cs b/netcore/System.Private.CoreLib/shared/System/Threading/Tasks/TaskFactory.cs
index 3988d9844c9..af549d0d45a 100644
--- a/netcore/System.Private.CoreLib/shared/System/Threading/Tasks/TaskFactory.cs
+++ b/netcore/System.Private.CoreLib/shared/System/Threading/Tasks/TaskFactory.cs
@@ -2116,11 +2116,11 @@ namespace System.Threading.Tasks
/// Creates a continuation <see cref="System.Threading.Tasks.Task{TResult}">Task</see>
/// that will be started upon the completion of a set of provided Tasks.
/// </summary>
+ /// <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks"/>.</typeparam>
/// <typeparam name="TResult">The type of the result that is returned by the <paramref
/// name="continuationFunction"/>
/// delegate and associated with the created <see
/// cref="System.Threading.Tasks.Task{TResult}"/>.</typeparam>
- /// <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks"/>.</typeparam>
/// <param name="tasks">The array of tasks from which to continue.</param>
/// <param name="continuationFunction">The function delegate to execute when all tasks in the
/// <paramref name="tasks"/> array have completed.</param>
@@ -2144,11 +2144,11 @@ namespace System.Threading.Tasks
/// Creates a continuation <see cref="System.Threading.Tasks.Task{TResult}">Task</see>
/// that will be started upon the completion of a set of provided Tasks.
/// </summary>
+ /// <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks"/>.</typeparam>
/// <typeparam name="TResult">The type of the result that is returned by the <paramref
/// name="continuationFunction"/>
/// delegate and associated with the created <see
/// cref="System.Threading.Tasks.Task{TResult}"/>.</typeparam>
- /// <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks"/>.</typeparam>
/// <param name="tasks">The array of tasks from which to continue.</param>
/// <param name="continuationFunction">The function delegate to execute when all tasks in the
/// <paramref name="tasks"/> array have completed.</param>
@@ -2178,11 +2178,11 @@ namespace System.Threading.Tasks
/// Creates a continuation <see cref="System.Threading.Tasks.Task{TResult}">Task</see>
/// that will be started upon the completion of a set of provided Tasks.
/// </summary>
+ /// <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks"/>.</typeparam>
/// <typeparam name="TResult">The type of the result that is returned by the <paramref
/// name="continuationFunction"/>
/// delegate and associated with the created <see
/// cref="System.Threading.Tasks.Task{TResult}"/>.</typeparam>
- /// <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks"/>.</typeparam>
/// <param name="tasks">The array of tasks from which to continue.</param>
/// <param name="continuationFunction">The function delegate to execute when all tasks in the
/// <paramref name="tasks"/> array have completed.</param>
@@ -2218,11 +2218,11 @@ namespace System.Threading.Tasks
/// Creates a continuation <see cref="System.Threading.Tasks.Task{TResult}">Task</see>
/// that will be started upon the completion of a set of provided Tasks.
/// </summary>
+ /// <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks"/>.</typeparam>
/// <typeparam name="TResult">The type of the result that is returned by the <paramref
/// name="continuationFunction"/>
/// delegate and associated with the created <see
/// cref="System.Threading.Tasks.Task{TResult}"/>.</typeparam>
- /// <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks"/>.</typeparam>
/// <param name="tasks">The array of tasks from which to continue.</param>
/// <param name="continuationFunction">The function delegate to execute when all tasks in the
/// <paramref name="tasks"/> array have completed.</param>
@@ -2697,11 +2697,11 @@ namespace System.Threading.Tasks
/// Creates a continuation <see cref="System.Threading.Tasks.Task{TResult}">Task</see>
/// that will be started upon the completion of any Task in the provided set.
/// </summary>
+ /// <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks"/>.</typeparam>
/// <typeparam name="TResult">The type of the result that is returned by the <paramref
/// name="continuationFunction"/>
/// delegate and associated with the created <see
/// cref="System.Threading.Tasks.Task{TResult}"/>.</typeparam>
- /// <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks"/>.</typeparam>
/// <param name="tasks">The array of tasks from which to continue when one task completes.</param>
/// <param name="continuationFunction">The function delegate to execute when one task in the
/// <paramref name="tasks"/> array completes.</param>
@@ -2724,11 +2724,11 @@ namespace System.Threading.Tasks
/// Creates a continuation <see cref="System.Threading.Tasks.Task{TResult}">Task</see>
/// that will be started upon the completion of any Task in the provided set.
/// </summary>
+ /// <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks"/>.</typeparam>
/// <typeparam name="TResult">The type of the result that is returned by the <paramref
/// name="continuationFunction"/>
/// delegate and associated with the created <see
/// cref="System.Threading.Tasks.Task{TResult}"/>.</typeparam>
- /// <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks"/>.</typeparam>
/// <param name="tasks">The array of tasks from which to continue when one task completes.</param>
/// <param name="continuationFunction">The function delegate to execute when one task in the
/// <paramref name="tasks"/> array completes.</param>
@@ -2758,11 +2758,11 @@ namespace System.Threading.Tasks
/// Creates a continuation <see cref="System.Threading.Tasks.Task{TResult}">Task</see>
/// that will be started upon the completion of any Task in the provided set.
/// </summary>
+ /// <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks"/>.</typeparam>
/// <typeparam name="TResult">The type of the result that is returned by the <paramref
/// name="continuationFunction"/>
/// delegate and associated with the created <see
/// cref="System.Threading.Tasks.Task{TResult}"/>.</typeparam>
- /// <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks"/>.</typeparam>
/// <param name="tasks">The array of tasks from which to continue when one task completes.</param>
/// <param name="continuationFunction">The function delegate to execute when one task in the
/// <paramref name="tasks"/> array completes.</param>
@@ -2798,11 +2798,11 @@ namespace System.Threading.Tasks
/// Creates a continuation <see cref="System.Threading.Tasks.Task{TResult}">Task</see>
/// that will be started upon the completion of any Task in the provided set.
/// </summary>
+ /// <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks"/>.</typeparam>
/// <typeparam name="TResult">The type of the result that is returned by the <paramref
/// name="continuationFunction"/>
/// delegate and associated with the created <see
/// cref="System.Threading.Tasks.Task{TResult}"/>.</typeparam>
- /// <typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks"/>.</typeparam>
/// <param name="tasks">The array of tasks from which to continue when one task completes.</param>
/// <param name="continuationFunction">The function delegate to execute when one task in the
/// <paramref name="tasks"/> array completes.</param>