Class DictionaryExtensions
- Namespace
- Auth0.AspNetCore.Authentication
- Assembly
- Auth0.AspNetCore.Authentication.dll
public static class DictionaryExtensions
- Inheritance
-
DictionaryExtensions
- Inherited Members
Methods
GetBooleanOrDefault<TKey, TValue>(IDictionary<TKey, TValue>, TKey, bool)
public static bool GetBooleanOrDefault<TKey, TValue>(this IDictionary<TKey, TValue> dictionary, TKey key, bool defaultValue)
Parameters
dictionary
IDictionary<TKey, TValue>key
TKeydefaultValue
bool
Returns
Type Parameters
TKey
TValue