@@ -12,7 +12,7 @@ The package targets `netstandard2.0` and is designed to support the following ru
1212 *  ` net5.0 ` , ` net6.0 ` , ` net7.0 ` , ` net8.0 ` , ` net9.0 ` , ` net10.0 ` 
1313
1414
15- ** API count: 542 ** <!--  singleLineInclude: apiCount. path: /apiCount.include.md --> 
15+ ** API count: 543 ** <!--  singleLineInclude: apiCount. path: /apiCount.include.md --> 
1616
1717
1818** See [ Milestones] ( ../../milestones?state=closed )  for release notes.** 
@@ -767,9 +767,9 @@ The class `Polyfill` includes the following extension methods:
767767
768768#### Random  
769769
770-  *  ` void GetItems<T>(Random, ReadOnlySpan<T>, Span<T>) ` 
771-  *  ` T[] GetItems<T>(Random, ReadOnlySpan<T>, int) ` 
772-  *  ` T[] GetItems<T>(Random, T[], int) ` 
770+  *  ` void GetItems<T>(Random, ReadOnlySpan<T>, Span<T>) `   [ reference ] ( https://learn.microsoft.com/en-us/dotnet/api/system.random.getitems#system-random-getitems-1(system-readonlyspan((-0))-system-span((-0))) ) 
771+  *  ` T[] GetItems<T>(Random, ReadOnlySpan<T>, int) `   [ reference ] ( https://learn.microsoft.com/en-us/dotnet/api/system.random.getitems#system-random-getitems-1(system-readonlyspan((-0))-system-int32) ) 
772+  *  ` T[] GetItems<T>(Random, T[], int) `   [ reference ] ( https://learn.microsoft.com/en-us/dotnet/api/system.random.getitems#system-random-getitems-1(-0()-system-int32) ) 
773773 *  ` void NextBytes(Random, Span<byte>) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.random.nextbytes#system-random-nextbytes(system-span((system-byte))) ) 
774774 *  ` void Shuffle<T>(Random, T[]) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.random.nextbytes#system-random-nextbytes(system-span((system-byte))) ) 
775775 *  ` void Shuffle<T>(Random, Span<T>) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.random.nextbytes#system-random-nextbytes(system-span((system-byte))) ) 
@@ -1046,6 +1046,7 @@ The class `Polyfill` includes the following extension methods:
10461046 *  ` TEnum Parse<TEnum>(ReadOnlySpan<char>) where TEnum : struct, Enum `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.enum.parse#system-enum-parse-1(system-readonlyspan((system-char))) ) 
10471047 *  ` TEnum Parse<TEnum>(string, bool) where TEnum : struct, Enum `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.enum.parse#system-enum-parse-1(system-string-system-boolean) ) 
10481048 *  ` TEnum Parse<TEnum>(string) where TEnum : struct, Enum `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.enum.parse#system-enum-parse-1(system-string-system-boolean) ) 
1049+  *  ` bool TryFormat<TEnum>(TEnum, Span<char>, int, ReadOnlySpan<char>) where TEnum : struct, Enum `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.enum.tryformat ) 
10491050 *  ` bool TryParse<TEnum>(ReadOnlySpan<char>, bool, TEnum) where TEnum : struct, Enum `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.enum.tryparse#system-enum-tryparse-1(system-readonlyspan((system-char))-system-boolean-0@) ) 
10501051 *  ` bool TryParse<TEnum>(ReadOnlySpan<char>, TEnum) where TEnum : struct, Enum `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.enum.tryparse#system-enum-tryparse-1(system-readonlyspan((system-char))-0@) ) 
10511052
0 commit comments