Skip to content

Commit

Permalink
Mention Frozen.* types in PACKAGE.md for System.Collections.Immutable (
Browse files Browse the repository at this point in the history
…#93561)

Co-authored-by: Nikita Balabaev <xakep139@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and xakep139 committed Oct 16, 2023
1 parent 5a43d62 commit 567f81e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/libraries/System.Collections.Immutable/src/PACKAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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).
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).

0 comments on commit 567f81e

Please sign in to comment.