Skip to content

Commit 687d99f

Browse files
authored
Update GC.AllocateArray documentation (#10142)
1 parent a9d87cd commit 687d99f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System/GC.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ The following example uses several GC methods to get generation and memory infor
200200
201201
## Remarks
202202
203-
If pinned is set to `true`, `T` must not be a reference type or a type that contains object references.
203+
In .NET 7 and earlier versions: If pinned is set to `true`, `T` must not be a reference type or a type that contains object references.
204204
205205
]]></format>
206206
</remarks>
@@ -255,7 +255,7 @@ If pinned is set to `true`, `T` must not be a reference type or a type that cont
255255
256256
## Remarks
257257
258-
If pinned is set to `true`, `T` must not be a reference type or a type that contains object references.
258+
In .NET 7 and earlier versions: If pinned is set to `true`, `T` must not be a reference type or a type that contains object references.
259259
260260
Skipping zero-initialization is a security risk. The uninitialized array can contain invalid valuetype instances or sensitive information created by other parts of the application.
261261
The code operating on uninitialized arrays should be heavily scrutinized to ensure that the uninitialized data is never read.

0 commit comments

Comments
 (0)