public bool TryGet(string key, out IRunnableConfig cfg) => Current.TryGetValue(key, out cfg);
Exemple #2
0
 public static RunnableDetails Extract(IRunnableConfig cfg)
 {