Skip to content

Commit 15ec890

Browse files
IsReferenceOrContainsReferences update (#9986)
* IsReferenceOrContainsReferences update --------- Co-authored-by: Genevieve Warren <[email protected]>
1 parent 148e026 commit 15ec890

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Runtime.CompilerServices/RuntimeHelpers.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -767,10 +767,10 @@ This method is intended for compiler use rather than use directly in code. `T` m
767767
<Parameters />
768768
<Docs>
769769
<typeparam name="T">The type.</typeparam>
770-
<summary>Returns a value that indicates whether the specified type is a reference type or a value type that contains references.</summary>
770+
<summary>Returns a value that indicates whether the specified type is a reference type or a value type that contains references or by-refs.</summary>
771771
<returns>
772-
<see langword="true" /> if the given type is reference type or value type that contains references; otherwise, <see langword="false" />.</returns>
773-
<remarks>To be added.</remarks>
772+
<see langword="true" /> if the given type is a reference type or a value type that contains references or by-refs; otherwise, <see langword="false" />.</returns>
773+
<remarks>Prior to .NET 9, this API doesn't support types that can contain by-refs.</remarks>
774774
</Docs>
775775
</Member>
776776
<Member MemberName="OffsetToStringData">

0 commit comments

Comments
 (0)