Ejemplo n.º 1
0
 private static Dictionary <string, VersionDeploymentConfig> ToDictionary(
     IReadOnlyDictionary <string, VersionDeploymentConfig> roDict)
 {
     return(DictionaryUtils.ToDictionary(roDict));
 }
Ejemplo n.º 2
0
 private Dictionary <string, AppDeploymentConfig> GetAppsCopy()
 {
     return(new Dictionary <string, AppDeploymentConfig>(DictionaryUtils.ToDictionary(_apps)));
 }