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.InteropServices/GCHandle`1.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@
200
200
<paramname="value">An <seecref="T:System.IntPtr" /> handle to a managed object to create a <seecref="T:System.Runtime.InteropServices.GCHandle`1" /> object from.</param>
201
201
<summary>Returns a new <seecref="T:System.Runtime.InteropServices.GCHandle`1" /> object created from a handle to a managed object.</summary>
202
202
<returns>A new <seecref="T:System.Runtime.InteropServices.GCHandle`1" /> object that corresponds to the value parameter.</returns>
203
-
<remarks><para><para>This method doesn't validate the provided handle value. The caller must ensure the validity of the handle.</para><para> The <seecref="T:System.IntPtr" /> representation of <seecref="T:System.Runtime.InteropServices.GCHandle`1" /> is not interchangable with <seecref="T:System.Runtime.InteropServices.GCHandle" />.</para><para></para></remarks>
203
+
<remarks><para>This method doesn't validate the provided handle value. The caller must ensure the validity of the handle.</para><para> The <seecref="T:System.IntPtr" /> representation of <seecref="T:System.Runtime.InteropServices.GCHandle`1" /> is not interchangable with <seecref="T:System.Runtime.InteropServices.GCHandle" />.</para></remarks>
0 commit comments