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
The error message with ThrowHelper.ThrowInvalidTypeWithPointersNotSupported is also inaccurate: "...Only value types without pointers or references are supported."
The text was updated successfully, but these errors were encountered:
FYI: The XML documentation comments in this repo are not the ones used to generate the actual documentation. The actual documentation is in @dotnet/dotnet-api-docs.
https://github.com/dotnet/runtime/blob/3bacc83b4f3d21df591cc25b667b5198d8cebcff/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/MemoryMarshal.cs#L102-L121
(also the
ReadOnlySpan<>
overload)ThrowHelper.ThrowInvalidTypeWithPointersNotSupported
is also inaccurate: "...Only value types without pointers or references are supported."The text was updated successfully, but these errors were encountered: