@@ -571,14 +571,14 @@ The class `Polyfill` includes the following extension methods:
571571
572572#### KeyValuePair<TKey,TValue>  
573573
574-  *  ` Void  Deconstruct<TKey, TValue>(TKey&, TValue&)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.keyvaluepair-2.deconstruct ) 
574+  *  ` void  Deconstruct<TKey, TValue>(TKey&, TValue&)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.keyvaluepair-2.deconstruct ) 
575575
576576
577577#### List<T >  
578578
579-  *  ` Void  AddRange<T>(ReadOnlySpan<T>)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.collectionextensions.addrange ) 
580-  *  ` Void  CopyTo<T>(Span<T>)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.collectionextensions.copyto ) 
581-  *  ` Void  InsertRange<T>(Int32, ReadOnlySpan<T>)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.collectionextensions.insertrange ) 
579+  *  ` void  AddRange<T>(ReadOnlySpan<T>)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.collectionextensions.addrange ) 
580+  *  ` void  CopyTo<T>(Span<T>)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.collectionextensions.copyto ) 
581+  *  ` void  InsertRange<T>(Int32, ReadOnlySpan<T>)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.collectionextensions.insertrange ) 
582582
583583
584584#### Process  
@@ -588,9 +588,9 @@ The class `Polyfill` includes the following extension methods:
588588
589589#### Random  
590590
591-  *  ` Void  NextBytes(Span<Byte>)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.random.nextbytes#system-random-nextbytes(system-span((system-byte))) ) 
592-  *  ` Void  Shuffle<T>(T[])`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.random.nextbytes#system-random-nextbytes(system-span((system-byte))) ) 
593-  *  ` Void  Shuffle<T>(Span<T>)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.random.nextbytes#system-random-nextbytes(system-span((system-byte))) ) 
591+  *  ` void  NextBytes(Span<Byte>)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.random.nextbytes#system-random-nextbytes(system-span((system-byte))) ) 
592+  *  ` void  Shuffle<T>(T[])`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.random.nextbytes#system-random-nextbytes(system-span((system-byte))) ) 
593+  *  ` void  Shuffle<T>(Span<T>)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.random.nextbytes#system-random-nextbytes(system-span((system-byte))) ) 
594594
595595
596596#### ReadOnlySpan<Char >  
@@ -692,7 +692,7 @@ The class `Polyfill` includes the following extension methods:
692692
693693 *  ` Boolean Contains(String, StringComparison) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.string.contains#system-string-contains(system-string-system-stringcomparison) ) 
694694 *  ` Boolean Contains(Char) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.string.contains#system-string-contains(system-char) ) 
695-  *  ` Void  CopyTo(Span<Char>)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.string.copyto ) 
695+  *  ` void  CopyTo(Span<Char>)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.string.copyto ) 
696696 *  ` Boolean EndsWith(Char) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.string.contains#system-string-contains(system-char) ) 
697697 *  ` Int32 GetHashCode(StringComparison) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.string.gethashcode#system-string-gethashcode(system-stringcomparison) ) 
698698 *  ` String[] Split(Char, StringSplitOptions) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.string.split#system-string-split(system-char-system-stringsplitoptions) ) 
@@ -718,7 +718,7 @@ The class `Polyfill` includes the following extension methods:
718718 *  ` StringBuilder AppendLine(StringBuilder, IFormatProvider, AppendInterpolatedStringHandler&) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.text.stringbuilder.appendline#system-text-stringbuilder-appendline(system-iformatprovider-system-text-stringbuilder-appendinterpolatedstringhandler@) ) 
719719 *  ` StringBuilder AppendLine(StringBuilder, StringBuilder/AppendInterpolatedStringHandler&) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.text.stringbuilder.appendline#system-text-stringbuilder-appendline(system-text-stringbuilder-appendinterpolatedstringhandler@) ) 
720720 *  ` StringBuilder AppendLine(StringBuilder, IFormatProvider, StringBuilder/AppendInterpolatedStringHandler&) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.text.stringbuilder.appendline#system-text-stringbuilder-appendline(system-iformatprovider-system-text-stringbuilder-appendinterpolatedstringhandler@) ) 
721-  *  ` Void  CopyTo(Int32, Span<Char>, Int32)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.text.stringbuilder.copyto#system-text-stringbuilder-copyto(system-int32-system-span((system-char))-system-int32) ) 
721+  *  ` void  CopyTo(Int32, Span<Char>, Int32)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.text.stringbuilder.copyto#system-text-stringbuilder-copyto(system-int32-system-span((system-char))-system-int32) ) 
722722 *  ` Boolean Equals(ReadOnlySpan<Char>) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.text.stringbuilder.equals#system-text-stringbuilder-equals(system-readonlyspan((system-char))) ) 
723723 *  ` Polyfill/ChunkEnumerator GetChunks() `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.text.stringbuilder.getchunks ) 
724724 *  ` StringBuilder Replace(ReadOnlySpan<Char>, ReadOnlySpan<Char>) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.text.stringbuilder.replace#system-text-stringbuilder-replace(system-readonlyspan((system-char))-system-readonlyspan((system-char))) ) 
@@ -748,9 +748,9 @@ The class `Polyfill` includes the following extension methods:
748748
749749#### TextWriter  
750750
751-  *  ` Void  Write(ReadOnlySpan<Char>)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.io.textwriter.write#system-io-textwriter-write(system-readonlyspan((system-char))) ) 
751+  *  ` void  Write(ReadOnlySpan<Char>)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.io.textwriter.write#system-io-textwriter-write(system-readonlyspan((system-char))) ) 
752752 *  ` ValueTask WriteAsync(ReadOnlyMemory<Char>, CancellationToken) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.io.textwriter.writeasync#system-io-textwriter-writeasync(system-readonlymemory((system-char))-system-threading-cancellationtoken) ) 
753-  *  ` Void  WriteLine(ReadOnlySpan<Char>)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.io.textwriter.writeline#system-io-textwriter-writeline(system-readonlyspan((system-char))) ) 
753+  *  ` void  WriteLine(ReadOnlySpan<Char>)`  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.io.textwriter.writeline#system-io-textwriter-writeline(system-readonlyspan((system-char))) ) 
754754 *  ` ValueTask WriteLineAsync(ReadOnlyMemory<Char>, CancellationToken) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.io.textwriter.writelineasync#system-io-textwriter-writelineasync(system-readonlymemory((system-char))-system-threading-cancellationtoken) ) 
755755
756756
0 commit comments