Changeset 16729 for trunk/HeuristicLab.Scripting/3.3/Scripts/Templates
- Timestamp:
- 03/31/19 21:09:26 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Scripting/3.3/Scripts/Templates/CSharpScriptTemplate.cs
r16565 r16729 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.