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 298c04b commit 6bbf574Copy full SHA for 6bbf574
src/Polyfill/Polyfill_Encoding_GetByteCount.cs
@@ -17,7 +17,6 @@ static partial class Polyfill
17
/// <summary>
18
/// Calculates the number of bytes produced by encoding the characters in the specified character span.
19
/// </summary>
20
- /// <param name="encoding"></param>
21
/// <param name="chars">The span of characters to encode.</param>
22
/// <returns>The number of bytes produced by encoding the specified character span.</returns>
23
//Link: https://learn.microsoft.com/en-us/dotnet/api/system.text.encoding.getbytecount#system-text-encoding-getbytecount(system-readonlyspan((system-char)))
0 commit comments