Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update /// comments for new InteropServices APIs #72473

Merged
merged 6 commits into from
Jul 20, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove cref to built-in marshallers.
  • Loading branch information
AaronRobinsonMSFT committed Jul 19, 2022
commit 74ed4f6ddf012b45388f25a7406f8a01c6897b90
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ enum StringMarshalling
Custom = 0,
/// <summary>
/// Use the platform provided UTF-8 marshaller.
AaronRobinsonMSFT marked this conversation as resolved.
Show resolved Hide resolved
/// <see cref="Marshalling.Utf8StringMarshaller"/>
/// </summary>
Utf8,
/// <summary>
/// Use the platform provided UTF-16 marshaller.
AaronRobinsonMSFT marked this conversation as resolved.
Show resolved Hide resolved
/// <see cref="Marshalling.Utf16StringMarshaller"/>
/// </summary>
Utf16,
}
Expand Down