Skip to content

Commit 6b3edba

Browse files
authored
Update README.md
1 parent cb28615 commit 6b3edba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Features:
4747
* Roslyn Analyzers and CodeFixes help the developers to implement the Smart Enums correctly
4848
* [Allows iteration over all items](https://github.com/PawelGerr/Thinktecture.Runtime.Extensions/wiki/Smart-Enums#what-is-implemented-for-you)
4949
* [Allows custom properties and methods](https://github.com/PawelGerr/Thinktecture.Runtime.Extensions/wiki/Smart-Enums#adding-behavior)
50-
* [Switch-case](https://github.com/PawelGerr/Thinktecture.Runtime.Extensions/wiki/Smart-Enums#switch-case)
50+
* [Switch-casemap](https://github.com/PawelGerr/Thinktecture.Runtime.Extensions/wiki/Smart-Enums#switch-casemap)
5151
* Provides appropriate constructor, based on the specified properties/fields
5252
* Provides means for lookup, cast and type conversion from key-type to Smart Enum and vice versa
5353
* Provides proper implementation of `Equals`, `GetHashCode`, `ToString` and equality comparison via `==` and `!=`

0 commit comments

Comments
 (0)