Method GetValue
GetValue<T>(IDictionary<string, object?>, string)
public static T? GetValue<T>(this IDictionary<string, object?> source, string key)
Parameters
sourceIDictionary<string, object>keystring
Returns
- T
Type Parameters
T
public static T? GetValue<T>(this IDictionary<string, object?> source, string key)
source IDictionary<string, object>key stringT