We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cce59 commit 4794d2fCopy full SHA for 4794d2f
specs/SharedBuffer.md
@@ -489,7 +489,7 @@ namespace Microsoft.Web.WebView2.Core
489
{
490
/// A reference to the underlying memory of the shared buffer.
491
/// You can get IMemoryBufferByteAccess from the object to access the memory as an array of bytes.
492
- /// See [I](https://learn.microsoft.com/uwp/api/windows.foundation.imemorybufferreference?view=winrt-22621)
+ /// See [IMemoryBufferReference](https://learn.microsoft.com/uwp/api/windows.foundation.imemorybufferreference?view=winrt-22621)
493
/// for more details.
494
Windows.Foundation.IMemoryBufferReference Buffer { get; };
495
}
0 commit comments