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