Changeset 18026 for branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/JsonTemplateInstantiator.cs
- Timestamp:
- 07/20/21 17:39:48 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/JsonTemplateInstantiator.cs
r17834 r18026 108 108 foreach (JObject obj in Config) { 109 109 // build item from config object 110 string path = obj.Property("Path").Value.ToString(); 110 string path = obj.Property("Path").Value.ToString(); // TODO: catch exception if path is not available 111 111 // override default value 112 112 if (Objects.TryGetValue(path, out IJsonItem param)) {
Note: See TracChangeset
for help on using the changeset viewer.