- Timestamp:
- 10/27/14 13:24:03 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Grammars/EmptySymbolicExpressionTreeGrammar.cs ΒΆ
r11494 r11504 128 128 throw new NotSupportedException(); 129 129 } 130 130 131 #pragma warning disable 0169 //disable usage warning 131 132 public event EventHandler Changed; 133 #pragma warning restore 0169 132 134 #endregion 133 135 }
Note: See TracChangeset
for help on using the changeset viewer.