Changeset 16801 for branches/2521_ProblemRefactoring/HeuristicLab.Scripting
- Timestamp:
- 04/17/19 16:03:57 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring
- Property svn:mergeinfo changed
/trunk merged: 16729,16737,16740,16743,16757-16758,16762-16764,16768-16769,16779,16782-16784,16788,16792,16794-16799
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.Scripting/3.3/Scripts/Templates/CSharpScriptTemplate.cs
r16723 r16801 6 6 // use 'variables' to work with IEnumerable<T> extension methods on the script's variable store 7 7 8 using System; 9 using System.Linq; 10 using System.Collections.Generic; 8 11 12 using HeuristicLab.Core; 13 using HeuristicLab.Common; 9 14 //using HeuristicLab.Collections; 10 15 //using HeuristicLab.Data;
Note: See TracChangeset
for help on using the changeset viewer.