Changeset 17105 for stable/HeuristicLab.Scripting/3.3/Scripts/Templates
- Timestamp:
- 07/08/19 00:23:12 (5 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.Scripting/3.3/Scripts/Templates/CSharpScriptTemplate.cs
r17097 r17105 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.