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
  • Loading branch information
xakep139 authored Oct 16, 2023
1 parent 1658fa9 commit 8e1e6f5
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 8e1e6f5

Please sign in to comment.