Add additional bool-only ToFrozenDictionary/Set overloads (#81256)
authorStephen Toub <stoub@microsoft.com>
Fri, 27 Jan 2023 11:36:27 +0000 (06:36 -0500)
committerGitHub <noreply@github.com>
Fri, 27 Jan 2023 11:36:27 +0000 (06:36 -0500)
commit084998ce5a8078d317380ff531b662c70b28b294
tree457830b72d9ab1e96c29f6784a4aeff5c5911423
parentf478cfe83eb588d8b10068b2244c6b0df13b029c
Add additional bool-only ToFrozenDictionary/Set overloads (#81256)

API review decided to include additional overloads to enable only specifying the bool.
src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.cs
src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs
src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs
src/libraries/System.Collections.Immutable/tests/Frozen/FrozenDictionaryTests.cs
src/libraries/System.Collections.Immutable/tests/Frozen/FrozenSetTests.cs