- Timestamp:
- 03/17/20 17:03:24 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Interfaces/IJsonItemValidator.cs
r17406 r17481 7 7 namespace HeuristicLab.JsonInterface { 8 8 public interface IJsonItemValidator { 9 bool Validate(ref IList<IJsonItem> faultyItems);9 ValidationResult Validate(); 10 10 } 11 11 }
Note: See TracChangeset
for help on using the changeset viewer.