Exemple #1
0
 public static TValue GetValue <TValue>(this IConfiguration configuration, string key)
 {
     return(MethodCache <TValue> .GetValue(configuration, key));
 }