File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Features:
47
47
* Roslyn Analyzers and CodeFixes help the developers to implement the Smart Enums correctly
48
48
* [ Allows iteration over all items] ( https://github.com/PawelGerr/Thinktecture.Runtime.Extensions/wiki/Smart-Enums#what-is-implemented-for-you )
49
49
* [ 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 )
51
51
* Provides appropriate constructor, based on the specified properties/fields
52
52
* Provides means for lookup, cast and type conversion from key-type to Smart Enum and vice versa
53
53
* Provides proper implementation of ` Equals ` , ` GetHashCode ` , ` ToString ` and equality comparison via ` == ` and ` != `
You can’t perform that action at this time.
0 commit comments