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/UnmanagedCallersOnlyAttribute.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ Methods marked with this attribute have the following restrictions:
76
76
77
77
Supplied types must be from the official <xref:System.Runtime.CompilerServices> namespace and be of the form `CallConvXXX`.
78
78
79
-
The "default platform" calling convention is well defined for all supported platforms except x86-based platforms. The x86 defaults are as follows:
79
+
The "default platform calling convention" is generally unambiguous for all supported platforms except x86-based platforms. The x86 defaults are as follows:
80
80
* Windows - [stdcall](https://docs.microsoft.com/cpp/cpp/stdcall)
0 commit comments