File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 206
206
<param name =" length" >Specifies the length of the array.</param >
207
207
<param name =" pinned" >Specifies whether the allocated array must be pinned.</param >
208
208
<summary >Allocates an array.</summary >
209
- <returns >To be added .</returns >
209
+ <returns >An array object .</returns >
210
210
<remarks >
211
211
<format type =" text/markdown" ><![CDATA[
212
212
@@ -250,7 +250,7 @@ If pinned is set to `true`, `T` must not be a reference type or a type that cont
250
250
<param name =" length" >Specifies the length of the array.</param >
251
251
<param name =" pinned" >Specifies whether the allocated array must be pinned.</param >
252
252
<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 >
254
254
<remarks >
255
255
<format type =" text/markdown" ><![CDATA[
256
256
You can’t perform that action at this time.
0 commit comments