Skip to content

Commit e93e162

Browse files
carlossanlopmairaw
authored andcommitted
Document two System.Runtime APIs (#2874)
* Document two System.Runtime APIs * Update RuntimeFeature.xml * Update RuntimeFeature.xml * Update AssemblyLoadContext.xml
1 parent 1a2aaa2 commit e93e162

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

xml/System.Runtime.CompilerServices/RuntimeFeature.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,9 @@
7676
<ReturnType>System.Boolean</ReturnType>
7777
</ReturnValue>
7878
<Docs>
79-
<summary></summary>
80-
<value>Gets a value that determines whether the runtime compiles dynamic code.</value>
81-
<remarks>
82-
<see langword="true" /> if the runtime compiles dynamic code; <see langword="false" /> if it does not compile dynamic code or doesn't know about this property.</remarks>
79+
<summary>Gets a value that indicates whether the runtime compiles dynamic code.</summary>
80+
<value><see langword="true" /> if the runtime compiles dynamic code; <see langword="false" /> if it doesn't compile dynamic code or doesn't know about this property.</value>
81+
<remarks>To be added.</remarks>
8382
</Docs>
8483
</Member>
8584
<Member MemberName="IsDynamicCodeSupported">
@@ -175,4 +174,4 @@
175174
</Docs>
176175
</Member>
177176
</Members>
178-
</Type>
177+
</Type>

xml/System.Runtime.Loader/AssemblyLoadContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ For more information, see [AssemblyLoadContext.CurrentContextualReflectionContex
336336
</ReturnValue>
337337
<Parameters />
338338
<Docs>
339-
<summary>To be added.</summary>
339+
<summary>Allows the object to try to free resources and perform other cleanup operations before it's reclaimed by garbage collection.</summary>
340340
<remarks>To be added.</remarks>
341341
</Docs>
342342
</Member>

0 commit comments

Comments
 (0)