Skip to content

Commit 2bc7e53

Browse files
Update UnmanagedCallersOnlyAttribute.xml
1 parent b3247d2 commit 2bc7e53

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

xml/System.Runtime.InteropServices/UnmanagedCallersOnlyAttribute.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@
2727
## Remarks
2828
2929
Methods marked with this attribute have the following restrictions:
30-
* Method must be marked `static`.
31-
* Must not be called from managed code.
32-
* Must only have [blittable](https://docs.microsoft.com/dotnet/framework/interop/blittable-and-non-blittable-types) arguments.
33-
30+
* Method must be marked `static`.
31+
* Must not be called from managed code.
32+
* Must only have [blittable](https://docs.microsoft.com/dotnet/framework/interop/blittable-and-non-blittable-types) arguments.
3433
]]></format>
3534
</remarks>
3635
</Docs>
@@ -77,8 +76,8 @@ Methods marked with this attribute have the following restrictions:
7776
Supplied types must be from the official <xref:System.Runtime.CompilerServices> namespace and be of the form `CallConvXXX`.
7877
7978
The "default platform calling convention" is generally unambiguous for all supported platforms except x86-based platforms. The x86 defaults are as follows:
80-
* Windows - [stdcall](https://docs.microsoft.com/cpp/cpp/stdcall)
81-
* Non-Windows - [cdecl](https://docs.microsoft.com/cpp/cpp/cdecl)
79+
* Windows - [stdcall](https://docs.microsoft.com/cpp/cpp/stdcall)
80+
* Non-Windows - [cdecl](https://docs.microsoft.com/cpp/cpp/cdecl)
8281
]]></format>
8382
</remarks>
8483
</Docs>

0 commit comments

Comments
 (0)