コード例 #1
0
 public static T GetValueAs <T>(this IDictionary <string, object> dictionary, string key, T orDefault = default) => IDictionaryHelpers.GetValueAs <T>(dictionary, key, orDefault);