- Timestamp:
- 09/17/19 12:28:38 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Data/3.3/Interfaces/ITextValue.cs
r17180 r17255 20 20 #endregion 21 21 22 using System; 23 using HeuristicLab.Common; 22 using HEAL.Attic; 24 23 25 24 namespace HeuristicLab.Data { 26 public interface ITextValue : IStringConvertibleValue {27 }25 [StorableType("6fe7970b-66de-4dcf-aa2b-c1aa9d7da29f")] 26 public interface ITextValue : IStringConvertibleValue { } 28 27 }
Note: See TracChangeset
for help on using the changeset viewer.