- Timestamp:
- 11/26/19 13:27:23 (5 years ago)
- Location:
- branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Converters
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Converters/BaseConverter.cs
r17353 r17371 86 86 87 87 protected object GetDefaultValue(Type t) => t.IsValueType ? Activator.CreateInstance(t) : null; 88 89 90 88 91 #endregion 89 92 }
Note: See TracChangeset
for help on using the changeset viewer.