You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Runtime.CompilerServices/RuntimeHelpers.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -767,10 +767,10 @@ This method is intended for compiler use rather than use directly in code. `T` m
767
767
<Parameters />
768
768
<Docs>
769
769
<typeparamname="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>
771
771
<returns>
772
-
<seelangword="true" /> if the given type is reference type or value type that contains references; otherwise, <seelangword="false" />.</returns>
773
-
<remarks>To be added.</remarks>
772
+
<seelangword="true" /> if the given type is a reference type or a value type that contains references or by-refs; otherwise, <seelangword="false" />.</returns>
773
+
<remarks>Prior to .NET 9, this API doesn't support types that can contain by-refs.</remarks>
0 commit comments