Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 2 additions & 18 deletions xml/System.Runtime.CompilerServices/TaskAwaiter`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,7 @@
<Docs>
<typeparam name="TResult">The result for the task.</typeparam>
<summary>Represents an object that waits for the completion of an asynchronous task and provides a parameter for the result.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
This type and its members are intended for use by the compiler.

]]></format>
</remarks>
<forInternalUseOnly />
<remarks />
</Docs>
<Members>
<Member MemberName="GetResult">
Expand Down Expand Up @@ -121,18 +113,10 @@
<Docs>
<summary>Ends the wait for the completion of the asynchronous task.</summary>
<returns>The result of the completed task.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
This type and its members are intended for use by the compiler.

]]></format>
</remarks>
<remarks />
<exception cref="T:System.NullReferenceException">The <see cref="T:System.Runtime.CompilerServices.TaskAwaiter`1" /> object was not properly initialized.</exception>
<exception cref="T:System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception>
<exception cref="T:System.Exception">The task completed in a <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state.</exception>
<forInternalUseOnly />
</Docs>
</Member>
<Member MemberName="IsCompleted">
Expand Down