Table of Contents

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 TKey
defaultValue bool

Returns

bool

Type Parameters

TKey
TValue