Skip to content

Commit 08f1555

Browse files
authored
fill in todo's for GC APIs (#4728)
1 parent c6a41c9 commit 08f1555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System/GC.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<param name="length">Specifies the length of the array.</param>
207207
<param name="pinned">Specifies whether the allocated array must be pinned.</param>
208208
<summary>Allocates an array.</summary>
209-
<returns>To be added.</returns>
209+
<returns>An array object.</returns>
210210
<remarks>
211211
<format type="text/markdown"><![CDATA[
212212
@@ -250,7 +250,7 @@ If pinned is set to `true`, `T` must not be a reference type or a type that cont
250250
<param name="length">Specifies the length of the array.</param>
251251
<param name="pinned">Specifies whether the allocated array must be pinned.</param>
252252
<summary>Allocates an array while skipping zero-initialization, if possible.</summary>
253-
<returns>To be added.</returns>
253+
<returns>An array object with uninitialized memory except if it contains references or if it's too small for unpinned.</returns>
254254
<remarks>
255255
<format type="text/markdown"><![CDATA[
256256

0 commit comments

Comments
 (0)