Skip to content

Commit 6a1b1e0

Browse files
carlossanlopRon Petrusha
authored andcommitted
Document System.GCMemoryInfo (#2837)
* Document System.GCMemoryInfo * Changed return value description.
1 parent d91a45d commit 6a1b1e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System/GC.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,8 @@ This method is most useful in monitoring scenarios for measuring the difference
771771
</ReturnValue>
772772
<Parameters />
773773
<Docs>
774-
<summary>To be added.</summary>
775-
<returns>To be added.</returns>
774+
<summary>Gets garbage collection memory information.</summary>
775+
<returns>An object that contains information about the garbage collector's memory usage.</returns>
776776
<remarks>To be added.</remarks>
777777
</Docs>
778778
</Member>
@@ -2053,4 +2053,4 @@ This method is most useful in monitoring scenarios for measuring the difference
20532053
</Docs>
20542054
</Member>
20552055
</Members>
2056-
</Type>
2056+
</Type>

0 commit comments

Comments
 (0)