Changeset 17843 for branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Interfaces/IJsonItemConverter.cs
- Timestamp:
- 02/23/21 16:36:44 (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Interfaces/IJsonItemConverter.cs
r17828 r17843 21 21 22 22 /// <summary> 23 /// The targeted type for the converter.24 /// </summary>25 Type ConvertableType { get; }26 27 /// <summary>28 23 /// A given priority, higher numbers are prior. 29 24 /// </summary>
Note: See TracChangeset
for help on using the changeset viewer.