ToImmutableDictionary Method
Definition
- Namespace
- Cuemon.AspNetCore.Authentication
- Assemblies
- Cuemon.AspNetCore.Authentication.dll
ToImmutableDictionary()
Converts this instance to an ImmutableDictionary<TKey, TValue>.
public ImmutableDictionary<string, string> ToImmutableDictionary()
Returns
- ImmutableDictionary<string, string>
An ImmutableDictionary<TKey, TValue> equivalent of this instance.