Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/Not.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/Not.cs
r13368 r14711 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 namespace HeuristicLab.Problems.DataAnalysis.Symbolic { 27 [Storable Class("B9070CDE-8F59-4D59-934C-D8BC3C428854")]27 [StorableType("B9070CDE-8F59-4D59-934C-D8BC3C428854")] 28 28 [Item("Not", "Symbol that represents the boolean NOT operator.")] 29 29 public sealed class Not : Symbol {
Note: See TracChangeset
for help on using the changeset viewer.