You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Threading.Tasks/TaskExtensions.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@
90
90
</Parameters>
91
91
<Docs>
92
92
<paramname="task">The <seelangword="Task<Task>" /> (C#) or <seelangword="Task (Of Task)" /> (Visual Basic) to unwrap.</param>
93
-
<summary>Creates a proxy <seecref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation of a <seecref="M:System.Threading.Tasks.TaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)" />.</summary>
93
+
<summary>Creates a proxy <seecref="T:System.Threading.Tasks.Task" /> that represents the asynchronous operation of a <seelangword="Task<Task>" /> (C#) or <seelangword="Task (Of Task)" /> (Visual Basic).</summary>
94
94
<returns>A Task that represents the asynchronous operation of the provided <seelangword="System.Threading.Tasks.Task(Of Task)" />.</returns>
0 commit comments