コード例 #1
0
 private static Dictionary <string, VersionDeploymentConfig> ToDictionary(
     IReadOnlyDictionary <string, VersionDeploymentConfig> roDict)
 {
     return(DictionaryUtils.ToDictionary(roDict));
 }
コード例 #2
0
ファイル: DeploymentConfig.cs プロジェクト: mortezasoft/Yams
 private Dictionary <string, AppDeploymentConfig> GetAppsCopy()
 {
     return(new Dictionary <string, AppDeploymentConfig>(DictionaryUtils.ToDictionary(_apps)));
 }