You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=>newReadOnlyDictionary<Type,IReadOnlyBiDictionary<int,string>>(_tempCache.ToDictionary(k =>k.Key, v =>(IReadOnlyBiDictionary<int,string>)newReadOnlyBiDictionary<int,string>(v.Value)));
=>newReadOnlyDictionary<Type,IReadOnlyBiDictionary<uint,string>>(_tempCache.ToDictionary(k =>k.Key, v =>(IReadOnlyBiDictionary<uint,string>)newReadOnlyBiDictionary<uint,string>(v.Value)));
Copy file name to clipboardexpand all lines: src/StringyEnums/StringyEnums/EnumExtensions.cs
+7-7
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ public static class EnumExtensions
16
16
/// <returns>The string representation of the given <paramref name="enumValue"/>.</returns>
17
17
/// <exception cref="KeyNotFoundException">Is thrown when the given <paramref name="enumValue"/> doesn't contain any string representation or the <typeparamref name="TEnum"/> isn't cached.</exception>
0 commit comments