Mention Frozen.* types in PACKAGE.md for System.Collections.Immutable (#93561)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 16 Oct 2023 20:05:12 +0000 (13:05 -0700)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2023 20:05:12 +0000 (13:05 -0700)
Co-authored-by: Nikita Balabaev <xakep139@users.noreply.github.com>
src/libraries/System.Collections.Immutable/src/PACKAGE.md

index 202fb6d0137833961bdb729fea783ec46991ddca..0ca0b161aa448d3ed898c52f4371ded0d39099fb 100644 (file)
@@ -53,6 +53,10 @@ The main types provided by this library are:
 * `System.Collections.Immutable.ImmutableSortedSet<T>`
 * `System.Collections.Immutable.ImmutableStack`
 * `System.Collections.Immutable.ImmutableStack<T>`
+* `System.Collections.Frozen.FrozenDictionary`
+* `System.Collections.Frozen.FrozenDictionary<TKey, TValue>`
+* `System.Collections.Frozen.FrozenSet`
+* `System.Collections.Frozen.FrozenSet<T>`
 
 ## Additional Documentation
 
@@ -65,4 +69,4 @@ The main types provided by this library are:
 
 <!-- How to provide feedback on this package and contribute to it -->
 
-System.Collections.Immutable is released as open source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/runtime).
\ No newline at end of file
+System.Collections.Immutable is released as open source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/runtime).