Skip to content

Commit

Permalink
Add statement about UmanagedCallersOnly + generics (#6865)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky authored Jul 12, 2021
1 parent 33ad88f commit 7566940
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Methods marked with this attribute have the following restrictions:
* Method must be marked `static`.
* Must not be called from managed code.
* Must only have [blittable](https://docs.microsoft.com/dotnet/framework/interop/blittable-and-non-blittable-types) arguments.
* Must not have generic type parameters or be contained within a generic class.
]]></format>
</remarks>
</Docs>
Expand Down

0 comments on commit 7566940

Please sign in to comment.