Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94ea8ef

Browse files
Anipikcarlossanlop
andcommitted
adding docs for System.Runtime.CompilerServices (dotnet#3675)
* adding docs * removing extra return tag * addressing feedback * Apply suggestions from code review Co-Authored-By: Genevieve Warren <[email protected]> * Update xml/System.Runtime.CompilerServices/RuntimeWrappedException.xml Co-Authored-By: Carlos Sanchez Lopez <[email protected]> * Update xml/System.Runtime.CompilerServices/RuntimeWrappedException.xml Co-Authored-By: Carlos Sanchez Lopez <[email protected]>
1 parent 328b3b9 commit 94ea8ef

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

xml/System.Runtime.CompilerServices/RuntimeHelpers.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -463,9 +463,9 @@
463463
<Parameter Name="type" Type="System.Type" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1;netcore-3.1" />
464464
</Parameters>
465465
<Docs>
466-
<param name="type">To be added.</param>
467-
<summary>To be added.</summary>
468-
<returns>To be added.</returns>
466+
<param name="type">A system-provided type.</param>
467+
<summary>Returns an uninitialized instance of the system-provided type.</summary>
468+
<returns>An object representing the uninitialized system-provided type instance.</returns>
469469
<remarks>To be added.</remarks>
470470
</Docs>
471471
</Member>
@@ -1129,8 +1129,8 @@
11291129
</ReturnValue>
11301130
<Parameters />
11311131
<Docs>
1132-
<summary>To be added.</summary>
1133-
<returns>To be added.</returns>
1132+
<summary>Tries to ensure there is sufficient stack to execute the average .NET Core library function.</summary>
1133+
<returns><see langword="true" /> if sufficient stack is present; otherwise, <see langword="false" />.</returns>
11341134
<remarks>To be added.</remarks>
11351135
</Docs>
11361136
</Member>

xml/System.Runtime.CompilerServices/RuntimeWrappedException.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
<Parameter Name="thrownObject" Type="System.Object" Index="0" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1;netcore-3.1" />
7979
</Parameters>
8080
<Docs>
81-
<param name="thrownObject">To be added.</param>
82-
<summary>To be added.</summary>
81+
<param name="thrownObject">The exception getting wrapped.</param>
82+
<summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.RuntimeWrappedException" /> that contains the inner exception object.</summary>
8383
<remarks>To be added.</remarks>
8484
</Docs>
8585
</Member>

xml/System.Runtime.CompilerServices/ValueTaskAwaiter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<Parameter Name="continuation" Type="System.Action" />
163163
</Parameters>
164164
<Docs>
165-
<param name="continuation">To be added.</param>
165+
<param name="continuation">The continuation action for this <see cref="T:System.Threading.Tasks.ValueTask" />.</param>
166166
<summary>Schedules the continuation action for this ValueTask.</summary>
167167
<remarks>To be added.</remarks>
168168
</Docs>

0 commit comments

Comments
 (0)